diff --git a/build.gradle b/build.gradle index e8518c7..24306cc 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { } // include "me.shedaniel.cloth:cloth-config-fabric:${project.cloth_config_version}" - modImplementation "com.terraformersmc:modmenu:10.0.0-beta.1" + modImplementation "com.terraformersmc:modmenu:${project.modmenu_version}" } processResources { diff --git a/gradle.properties b/gradle.properties index dc2d6b4..9bb950b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,18 +2,20 @@ org.gradle.jvmargs=-Xmx1G # Mod Properties -mod_version = 1.1.0-fabric-1.20.5 +mod_version = 1.1.0-fabric-1.21 maven_group = troy.autofish archives_base_name = xplus-autofish # Fabric Properties # check these on https://modmuss50.me/fabric.html or https://fabricmc.net/use -minecraft_version=1.20.5 -yarn_mappings=1.20.5+build.1 -loader_version=0.15.10 +minecraft_version=1.21 +yarn_mappings=1.21+build.1 +loader_version=0.15.11 -#Fabric api -fabric_version=0.97.6+1.20.5 +# Fabric API +fabric_version=0.100.1+1.21 #Cloth Config API -cloth_config_version=14.0.126 +cloth_config_version=15.0.127 + +modmenu_version = 11.0.0-beta.1