Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/mc1.19/dev' into mc1.20.1/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
simibubi committed Sep 3, 2024
2 parents b6856bd + 2e6d114 commit e3331d3
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 @@ -169,7 +169,7 @@ dependencies {
jarJar.ranged(it, '[MC1.19.3-1.1.10,)')
}
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.20.1

minecraft_version = 1.20.1
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 @@ -60,7 +60,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 e3331d3

Please sign in to comment.