diff --git a/gradle.properties b/gradle.properties index b409c1e..8df5024 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.5 -yarn_mappings=1.21.5+build.1 +minecraft_version=1.21.6 +yarn_mappings=1.21.6+build.1 loader_version=0.16.14 # Mod Properties @@ -14,4 +14,4 @@ maven_group=de.jottyfan.gta.gdp archives_base_name=gtagdp # Dependencies -fabric_version=0.127.0+1.21.5 \ No newline at end of file +fabric_version=0.128.0+1.21.6 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 06e0369..ed8e6e9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ ], "depends": { "fabricloader": ">=0.16.14", - "minecraft": "~1.21.5", + "minecraft": "~1.21.6", "java": ">=21", "fabric-api": "*" },