Skip to content

Commit

Permalink
Update jij version range, Patch H
Browse files Browse the repository at this point in the history
  • Loading branch information
simibubi committed Sep 3, 2024
1 parent 1c12c47 commit 11787d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ dependencies {
jarJar.ranged(it, '[MC1.18.2-1.1.3,)')
}
jarJar("com.jozufozu.flywheel:flywheel-forge-${flywheel_minecraft_version}:${flywheel_version}") {
jarJar.ranged(it, '[0.6.10,0.6.11)')
jarJar.ranged(it, '[0.6.11,)')
}

implementation fg.deobf("com.tterrag.registrate:Registrate:${registrate_version}")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ org.gradle.jvmargs = -Xmx3G
org.gradle.daemon = false

# mod version info
mod_version = 0.5.1.g
mod_version = 0.5.1.h
artifact_minecraft_version = 1.18.2

minecraft_version = 1.18.2
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/simibubi/create/Create.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class Create {

public static final String ID = "create";
public static final String NAME = "Create";
public static final String VERSION = "0.5.1g";
public static final String VERSION = "0.5.1h";

public static final Logger LOGGER = LogUtils.getLogger();

Expand Down

0 comments on commit 11787d8

Please sign in to comment.