File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
44 java
55 `java- library`
66 `maven- publish`
7- kotlin(" jvm" ) version " 2.2.10 "
7+ kotlin(" jvm" ) version " 2.2.20 "
88 id(" com.gradleup.shadow" ) version " 9.0.2"
99 id(" xyz.wagyourtail.unimined" ) version " 1.4.1"
1010 id(" net.kyori.blossom" ) version " 2.1.0"
@@ -67,7 +67,7 @@ unimined.minecraft {
6767 if (propertyBool(" use_access_transformer" )) {
6868 accessTransformer(" ${rootProject.projectDir} /src/main/resources/" + propertyString(" access_transformer_locations" ))
6969 }
70- loader(" 0.3.13 -alpha" )
70+ loader(" 0.3.19 -alpha" )
7171 runs.auth.username = property(" minecraft_username" ).toString()
7272 runs.all {
7373 val extraArgs = propertyString(" extra_jvm_args" )
@@ -80,6 +80,9 @@ unimined.minecraft {
8080 set(" foundation.verbose" , " true" )
8181 }
8282 }
83+ if (propertyBool(" is_coremod" )) {
84+ systemProperty(" fml.coreMods.load" , propertyString(" coremod_plugin_class_name" ))
85+ }
8386 }
8487 }
8588
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121}
2222dependencies {
2323 compileOnly(" com.cleanroommc:sponge-mixin:0.20.10+mixin.0.8.7" )
24- implementation(" io.github.chaosunity.forgelin:Forgelin-Continuous:2.2.0 .0" )
24+ implementation(" io.github.chaosunity.forgelin:Forgelin-Continuous:2.2.20 .0" )
2525 if (propertyBool(" enable_lwjglx" )) {
2626 compileOnly(" com.cleanroommc:lwjglx:1.0.0" )
2727 }
You can’t perform that action at this time.
0 commit comments