diff --git a/build.gradle b/build.gradle index 733c244..a5ff06d 100755 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.4-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 5e855e9..2fb8b06 100755 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.parallel=true # check these on https://fabricmc.net/develop minecraft_version=1.20.4 yarn_mappings=1.20.4+build.3 - loader_version=0.15.3 + loader_version=0.15.6 # Mod Properties mod_version=3.2.0 @@ -15,6 +15,6 @@ org.gradle.parallel=true # Dependencies # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api - fabric_version=0.91.3+1.20.4 - satin_version=1.15.0 + fabric_version=0.95.1+1.20.4 + satin_version=1.16.0 midnightlib_version=1.5.3-fabric