File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ plugins {
66 id ' net.fabricmc.fabric-loom-remap' version ' 1.14-SNAPSHOT' apply false
77 id ' net.neoforged.moddev' version ' 2.0.137' apply false
88 id ' net.minecraftforge.accesstransformers' version ' 5.0.3' apply false
9- id ' net.minecraftforge.gradle' version ' 7.0.0-beta.55 ' apply false
9+ id ' net.minecraftforge.gradle' version ' [ 7.0.11,8.0) ' apply false
1010}
1111
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ minecraft {
4848 // Automatically enable neoforge AccessTransformers if the file exists
4949 def at = project(' :loader-common' ). file(' src/main/resources/META-INF/accesstransformer.cfg' )
5050 if (at. exists()) {
51- accessTransformers = ' ../../../../loader-common/src/main/resources/META-INF/accesstransformer.cfg '
51+ accessTransformers = files(at . absolutePath)
5252 }
5353
5454 runs {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0-rc-1- bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.3.0-bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments