Skip to content

Commit

Permalink
update to Unimined 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nolij committed Jul 13, 2024
1 parent e741377 commit d3cd5c2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ subprojects {

if (implName != "primitive") {
runs.config("server") {
disabled = true
enabled = false
}

runs.config("client") {
jvmArgs += "-Dzume.configPathOverride=${rootProject.file("zume.json5").absolutePath}"
jvmArguments.add("-Dzume.configPathOverride=${rootProject.file("zume.json5").absolutePath}")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ shadow_version = 8.1.1
# https://central.sonatype.com/artifact/com.guardsquare/proguard-base
proguard_version = 7.5.0
# https://github.com/unimined/unimined/releases/latest
unimined_version = 1.2.14
unimined_version = 1.3.2
# https://plugins.gradle.org/plugin/com.github.gmazzo.buildconfig
buildconfig_version = 5.3.5
# https://github.com/ajoberstar/grgit/releases/latest
Expand Down
4 changes: 2 additions & 2 deletions lexforge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ unimined.minecraft {
}

runs.config("client") {
jvmArgs.addAll(listOf(
jvmArguments.addAll(
"-Dmixin.env.remapRefMap=true",
"-Dmixin.env.refMapRemappingFile=${(mcPatcher as ForgeLikeMinecraftTransformer).srgToMCPAsSRG}"
))
)
}
}

Expand Down
2 changes: 1 addition & 1 deletion vintage/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ unimined.minecraft {
version("vintage_minecraft_version"())

runs.config("client") {
args.addAll(arrayOf("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker"))
jvmArguments.addAll("--tweakClass", "org.spongepowered.asm.launch.MixinTweaker")
}

minecraftForge {
Expand Down

0 comments on commit d3cd5c2

Please sign in to comment.