diff --git a/fabric/build.gradle b/fabric/build.gradle index 1b6b8cacf..4ef6b11ef 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -1,7 +1,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar plugins { - id 'fabric-loom' version '1.0.9' + id 'fabric-loom' version '1.7-SNAPSHOT' id 'io.github.goooler.shadow' } diff --git a/fabric/gradle.properties b/fabric/gradle.properties index 95d06ad9e..833339616 100644 --- a/fabric/gradle.properties +++ b/fabric/gradle.properties @@ -1,10 +1,8 @@ # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.19.2 -yarn_mappings=1.19.2+build.28 -loader_version=0.14.10 +minecraft_version=1.20.6 +yarn_mappings=1.20.6+build.3 +loader_version=0.15.11 -#Fabric api -fabric_version=0.66.0+1.19.2 - -org.gradle.jvmargs=-Xmx6G +# Fabric API +fabric_version=0.100.2+1.20.6