From 02f28c9fbf52f1763c74917a6cd50ac398859a35 Mon Sep 17 00:00:00 2001 From: Rain Graham Date: Wed, 1 Jan 2025 17:38:31 +0000 Subject: [PATCH] backport from 1.21.3 --- gradle.properties | 14 +++++++------- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/gradle.properties b/gradle.properties index 386833d..fb645f3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,17 +3,17 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://fabricmc.net/develop - minecraft_version=1.21.3 - yarn_mappings=1.21.3+build.2 + minecraft_version=1.21.1 + yarn_mappings=1.21.1+build.3 loader_version=0.16.9 # Mod Properties - mod_version=3.0.0 + mod_version=3.0.1 maven_group=com.lizistired archives_base_name=cave_dust # Dependencies - fabric_version=0.107.0+1.21.3 - clothconfig_version=16.0.141 - modmenu_version=12.0.0-beta.1 - kirin_version=1.19.3+1.21.3 + fabric_version=0.114.0+1.21.1 + clothconfig_version=15.0.140 + modmenu_version=11.0.3 + kirin_version=1.20.0+1.21 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 35a81de..46a08d9 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -30,7 +30,7 @@ "depends": { "fabricloader": ">=0.14.5", "fabric": "*", - "minecraft": "1.21.3", + "minecraft": "1.21.1", "java": ">=17" }, "suggests": {