diff --git a/build.gradle b/build.gradle index 4458587..9c0ee24 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ buildscript { } plugins { - id 'fabric-loom' version '1.3-SNAPSHOT' + id 'fabric-loom' version '1.4-SNAPSHOT' id 'maven-publish' id 'com.matthewprenger.cursegradle' version '1.4.0' } diff --git a/gradle.properties b/gradle.properties index f2e659d..6946e55 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,11 +6,11 @@ org.gradle.parallel=true # check these at https://fabricmc.net/develop/ and # https://www.curseforge.com/minecraft/mc-mods/fabric-api minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.1 +yarn_mappings=1.20.2+build.4 loader_version=0.14.22 #Fabric api -fabric_version=0.89.2+1.20.2 +fabric_version=0.89.3+1.20.2 # Mod Properties mod_version = 1.5-MC1.20.2