diff --git a/gradle.properties b/gradle.properties index 62fef7d..433ec39 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,14 +4,13 @@ org.gradle.jvmargs = -Xmx1G minecraft_version = 1.16.5 yarn_mappings = 1.16.5+build.9 loader_version = 0.11.3 -fabric_version= 0.20.2+build.402-1.16 +fabric_version= 0.34.6+1.16 # Mod properties -mod_version = 1.1.2 +mod_version = 1.2.0 maven_group = me.heyzeer0 archives_base_name = ShieldDisruptor # Other modmenu_version = 1.14.6+build.31 -clothconfig_version = 4.11.26 -autoconfig_version = 3.2.0-unstable \ No newline at end of file +clothconfig_version = 4.11.26 \ No newline at end of file diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index bbfbfbe..ea6b3f0 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": ">=0.7.4", "fabric": "*", - "minecraft": ">=1.16.3", + "minecraft": ">=1.16.5", "cloth-config2": "*" }, "recommends": {