From f535cc2e955e677230480bb73743c48757bbc9fc Mon Sep 17 00:00:00 2001 From: ChaoticByte Date: Fri, 1 Nov 2024 15:00:58 +0100 Subject: [PATCH] Updated dependencies for Minecraft 1.21.3 --- README.md | 4 ---- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ba4741e..062d4a0 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,3 @@ Requires Fabric API! Note that this mod messes with Minecraft's chunk generation in a way that may lead to unexpected behaviour, especially in combination with other mods! - -## Supported Minecraft versions - -- 1.21.1 / Fabric with Fabric API diff --git a/gradle.properties b/gradle.properties index 542b495..57e80bb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,9 +4,9 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21.1 -yarn_mappings=1.21.1+build.3 -loader_version=0.16.7 +minecraft_version=1.21.3 +yarn_mappings=1.21.3+build.2 +loader_version=0.16.9 # Mod Properties mod_version=0.2.0 @@ -14,4 +14,4 @@ maven_group=net.chaoticbyte.truncated archives_base_name=truncated # Dependencies -fabric_version=0.106.0+1.21.1 +fabric_version=0.107.0+1.21.3 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 07098d3..899c95d 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -22,8 +22,8 @@ "truncated.mixins.json" ], "depends": { - "fabricloader": ">=0.16.5", - "minecraft": "~1.21.1", + "fabricloader": ">=0.16.9", + "minecraft": "1.21.3", "java": ">=21", "fabric-api": "*" },