diff --git a/gradle.properties b/gradle.properties index 5ca54dd..a90305d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.21.7 - yarn_mappings=1.21.7+build.6 + minecraft_version=1.21.8 + yarn_mappings=1.21.8+build.1 loader_version=0.16.14 # Mod Properties @@ -14,6 +14,5 @@ org.gradle.parallel=true archives_base_name = chipmunkmod # Dependencies - fabric_version=0.128.2+1.21.7 - + fabric_version=0.129.0+1.21.8 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 1424cd5..18c0a36 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -32,7 +32,7 @@ "depends": { "fabricloader": ">=0.16.13", "fabric-api": "*", - "minecraft": "1.21.7", + "minecraft": "1.21.8", "java": ">=21" } }