File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ buildscript {
1111}
1212
1313plugins {
14- id ' net.neoforged.moddev.legacyforge' version ' 2.0.91 ' apply(false )
14+ id ' net.neoforged.moddev.legacyforge' version ' 2.0.141 ' apply(false )
1515 id ' com.diffplug.spotless' version ' 8.1.0' apply(false )
1616 id ' io.freefair.lombok' version ' 8.14' apply(false )
17+ id " net.minecraftforge.accesstransformers" version " 5.0.3" apply(false )
1718}
1819
1920allprojects {
@@ -50,6 +51,7 @@ configure(ctnhSubprojects) {
5051 apply plugin : ' com.diffplug.spotless'
5152 apply plugin : ' io.freefair.lombok'
5253 apply plugin : ' com.ctnhlang.langprovider'
54+ apply plugin : ' net.minecraftforge.accesstransformers'
5355
5456 version = mod_version
5557 group = maven_group
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-8.10 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.1.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments