Merge branch 'mc1.18/dev' into mc1.19/dev

This commit is contained in:
simibubi 2024-09-03 15:42:39 +02:00
commit 2e6d114cfd
3 changed files with 3 additions and 3 deletions

View File

@ -172,7 +172,7 @@ dependencies {
jarJar.ranged(it, '[MC1.19-1.1.5,)')
}
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}")

View File

@ -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.19.2
minecraft_version = 1.19.2

View File

@ -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();