diff --git a/Fabric/build.gradle.kts b/Fabric/build.gradle.kts index 2ca73f2ea..262049da1 100644 --- a/Fabric/build.gradle.kts +++ b/Fabric/build.gradle.kts @@ -4,7 +4,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants plugins { `maven-publish` - id("fabric-loom") version "0.12-SNAPSHOT" + id("fabric-loom") version "1.9.2" id("com.blamejared.modtemplate") id("net.darkhax.curseforgegradle") version ("1.0.9") } diff --git a/Forge/build.gradle.kts b/Forge/build.gradle.kts index 68fc17b3c..3411dda1a 100644 --- a/Forge/build.gradle.kts +++ b/Forge/build.gradle.kts @@ -7,7 +7,7 @@ import net.darkhax.curseforgegradle.Constants as CFG_Contants plugins { `maven-publish` - id("net.minecraftforge.gradle") version ("5.1.+") + id("net.minecraftforge.gradle") version ("6.0.+") id("org.parchmentmc.librarian.forgegradle") version ("1.+") id("org.spongepowered.mixin") version ("0.7-SNAPSHOT") id("com.blamejared.modtemplate") diff --git a/build.gradle.kts b/build.gradle.kts index c23ab55a9..0f37988c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -148,13 +148,13 @@ subprojects { } dependencies { - annotationProcessor("com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:3.0.0.5") + annotationProcessor("com.blamejared.crafttweaker:Crafttweaker_Annotation_Processors:4.0.0.17") implementation("com.google.code.findbugs:jsr305:3.0.1") gametestLibrary("com.google.truth:truth:1.1.3") // This is required for Truth since MC uses an old Guava version, however in 1.18 the game uses an updated version. - gametestLibrary("com.google.guava:guava:31.0.1-jre") + gametestLibrary("com.google.guava:guava:33.4.0-jre") } extensions.configure { diff --git a/gradle.properties b/gradle.properties index d7b57d2f1..36da3fea1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -14,7 +14,7 @@ forgeAtsEnabled=true # Fabric fabricVersion=0.48.0+1.18.2 fabricLoaderVersion=0.13.3 -reiVersion=8.0.442 +reiVersion=18.0.796 # Mod options modName=CraftTweaker modAuthor=Jared