File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants
44
55plugins {
66 `maven- publish`
7- id(" fabric-loom" ) version " 0.12-SNAPSHOT "
7+ id(" fabric-loom" ) version " 1.13.6 "
88 id(" com.blamejared.modtemplate" )
99 id(" net.darkhax.curseforgegradle" ) version (" 1.0.9" )
1010}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants
77
88plugins {
99 `maven- publish`
10- id(" net.minecraftforge.gradle" ) version (" 5.1 .+" )
10+ id(" net.minecraftforge.gradle" ) version (" 6.0 .+" )
1111 id(" org.parchmentmc.librarian.forgegradle" ) version (" 1.+" )
1212 id(" org.spongepowered.mixin" ) version (" 0.7-SNAPSHOT" )
1313 id(" com.blamejared.modtemplate" )
Original file line number Diff line number Diff line change @@ -148,13 +148,13 @@ subprojects {
148148 }
149149
150150 dependencies {
151- annotationProcessor(" com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:3 .0.0.5 " )
151+ annotationProcessor(" com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:4 .0.0.20 " )
152152
153153 implementation(" com.google.code.findbugs:jsr305:3.0.1" )
154154
155155 gametestLibrary(" com.google.truth:truth:1.1.3" )
156156 // This is required for Truth since MC uses an old Guava version, however in 1.18 the game uses an updated version.
157- gametestLibrary(" com.google.guava:guava:31.0.1 -jre" )
157+ gametestLibrary(" com.google.guava:guava:33.5.0 -jre" )
158158 }
159159
160160 extensions.configure<JavaPluginExtension > {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ forgeAtsEnabled=true
1414# Fabric
1515fabricVersion =0.48.0+1.18.2
1616fabricLoaderVersion =0.13.3
17- reiVersion =8 .0.442
17+ reiVersion =20 .0.811
1818# Mod options
1919modName =CraftTweaker
2020modAuthor =Jared
You can’t perform that action at this time.
0 commit comments