diff --git a/gradle.properties b/gradle.properties index bd0402c..fa3b9d7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,9 +6,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.19.3 -yarn_mappings=1.19.3+build.5 -loader_version=0.14.17 +minecraft_version=1.19.4 +yarn_mappings=1.19.4+build.2 +loader_version=0.14.21 # Mod Properties mod_version = 0.1.2 @@ -16,4 +16,4 @@ maven_group = io.github.twokilohertz.hotbarreplace archives_base_name = HotbarReplace # Dependencies -fabric_version=0.76.0+1.19.3 +fabric_version=0.83.0+1.19.4 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9e88970..ebea236 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -28,9 +28,9 @@ ], "depends": { - "fabricloader": ">=0.14.17", + "fabricloader": ">=0.14.21", "fabric-api": "*", - "minecraft": "~1.19.3", + "minecraft": "~1.19.4", "java": ">=17" } }