File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ plugins {
44 java
55 `java- library`
66 `maven- publish`
7- kotlin(" jvm" ) version " 2.2.21 "
8- id(" com.gradleup.shadow" ) version " 9.2.2 "
9- id(" xyz.wagyourtail.unimined" ) version " 1.4.7 -kappa"
7+ kotlin(" jvm" ) version " 2.3.0 "
8+ id(" com.gradleup.shadow" ) version " 9.3.0 "
9+ id(" xyz.wagyourtail.unimined" ) version " 1.4.9 -kappa"
1010 id(" net.kyori.blossom" ) version " 2.1.0"
1111}
1212
@@ -65,9 +65,9 @@ unimined.minecraft {
6565
6666 cleanroom {
6767 if (propertyBool(" use_access_transformer" )) {
68- accessTransformer(" ${rootProject.projectDir} /src/main/resources/" + propertyString(" access_transformer_locations" ))
68+ accessTransformer(" ${rootProject.projectDir} /src/main/resources/${ propertyString(" access_transformer_locations" )} " )
6969 }
70- loader(" 0.3.27 -alpha" )
70+ loader(" 0.3.31 -alpha" )
7171 runs.auth.username = property(" minecraft_username" ).toString()
7272 runs.all {
7373 val extraArgs = propertyString(" extra_jvm_args" )
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.12+mixin.0.8.7" )
24- implementation(" io.github.chaosunity.forgelin:Forgelin-Continuous:2.2.20 .0" )
24+ implementation(" io.github.chaosunity.forgelin:Forgelin-Continuous:2.3.0 .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