diff --git a/build.gradle b/build.gradle index ba352c7..f77bf8c 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version "1.10-SNAPSHOT" + id 'fabric-loom' version "1.11-SNAPSHOT" id 'maven-publish' id "me.modmuss50.mod-publish-plugin" version "0.8.4" id 'co.uzzu.dotenv.gradle' version '4.0.0' diff --git a/gradle.properties b/gradle.properties index fda1a3e..5e40d89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,22 +4,22 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -min_minecraft_version=1.21.7 -max_minecraft_version=1.21.7 -minecraft_versions=1.21.7 +min_minecraft_version=1.21.8 +max_minecraft_version=1.21.8 +minecraft_versions=1.21.8 -minecraft_version=1.21.7 -yarn_mappings=1.21.7+build.1 +minecraft_version=1.21.8 +yarn_mappings=1.21.8+build.1 loader_version=0.16.14 # Mod Properties -mod_version=1.2.4.5+1.21.7 +mod_version=1.2.4.5+1.21.8 maven_group=one.oth3r file_name=sit! # Dependencies -fabric_version=0.128.1+1.21.7 -otterlib_version=0.2.1.0+1.21.7-fabric +fabric_version=0.129.0+1.21.8 +otterlib_version=0.2.2.0+1.21.8-fabric otterlib_max_version=0.3.0.0+1.21.7-fabric modmenu_version=15.0.0-beta.1