From f18872844067a2aad5f98c17a9c5098cbe77e14f Mon Sep 17 00:00:00 2001 From: Oth3r Date: Tue, 24 Oct 2023 18:34:53 -0500 Subject: [PATCH] 1.20.1 dependencies --- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle.properties b/gradle.properties index 952abc0..d41b7b2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,8 +4,8 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.2 -yarn_mappings=1.20.2+build.1 +minecraft_version=1.20.1 +yarn_mappings=1.20.1+build.10 loader_version=0.14.22 # Mod Properties @@ -14,6 +14,6 @@ maven_group=one.oth3r archives_base_name=sit! # Dependencies -fabric_version=0.89.0+1.20.2 -modmenu_version=8.0.0 -yacl_version=3.2.1+1.20.2 +fabric_version=0.90.4+1.20.1 +modmenu_version=7.0.0 +yacl_version=3.2.1+1.20 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 6e25fb8..13a5a5e 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -27,7 +27,7 @@ }, "depends": { "fabricloader": ">=0.14.21", - "minecraft": "=1.20.2", + "minecraft": ">=1.20 <=1.20.1", "java": ">=17", "fabric-api": "*" },