diff --git a/gradle.properties b/gradle.properties index 7e728a7..8265e56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ yarn_mappings=1.20.6+build.1 loader_version=0.15.10 # Mod Properties -mod_version=0.6.0 +mod_version=0.6.1 maven_group=xyz.nucleoid archives_base_name=fantasy diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index b1dbc36..26b9802 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -20,7 +20,7 @@ }, "depends": { "fabricloader": ">=0.15.10", - "minecraft": ">=1.20.5-", + "minecraft": "1.20.6", "fabric-api": "*", "java": ">=21" }