diff --git a/gradle.properties b/gradle.properties index 0a63bbf..b4dd946 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,16 +3,16 @@ org.gradle.jvmargs=-Xmx1G # minecraft, mappings and loader dependencies # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21 -quilt_mappings=17 +minecraft_version=1.21.1 +quilt_mappings=2 loader_version=0.15.11 # mod properties -mod_version=1.3.2+mc1.21 +mod_version=1.3.2+mc1.21.1 maven_group=rainglow archives_base_name=rainglow # other dependencies java_version=21 -mod_menu_version=11.0.0-beta.1 -fabric_api_version=0.100.1+1.21 +mod_menu_version=11.0.1 +fabric_api_version=0.102.0+1.21.1 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 78929db..0965286 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -40,7 +40,7 @@ "fabricloader": ">=0.15.11", "fabric-resource-loader-v0": "*", "fabric-networking-api-v1": "*", - "minecraft": ">=1.21-" + "minecraft": ">=1.21" }, "suggests": {