From 1d18ffbe27548cd5d9322ddf304bb758c76ff0b1 Mon Sep 17 00:00:00 2001 From: Adam Macdonald <72780006+twokilohertz@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:49:26 +0100 Subject: [PATCH] Update to Minecraft 1.20 --- gradle.properties | 6 +++--- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gradle.properties b/gradle.properties index fa3b9d7..035965e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,8 +6,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.19.4 -yarn_mappings=1.19.4+build.2 +minecraft_version=1.20 +yarn_mappings=1.20+build.1 loader_version=0.14.21 # Mod Properties @@ -16,4 +16,4 @@ maven_group = io.github.twokilohertz.hotbarreplace archives_base_name = HotbarReplace # Dependencies -fabric_version=0.83.0+1.19.4 +fabric_version=0.83.0+1.20 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index ebea236..5e54f91 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": ">=0.14.21", "fabric-api": "*", - "minecraft": "~1.19.4", + "minecraft": "~1.20", "java": ">=17" } }