From ac9dc8943cb97d6728534bec0d067ebf5776acec Mon Sep 17 00:00:00 2001 From: Oth3r Date: Thu, 7 Dec 2023 12:23:10 -0600 Subject: [PATCH] v1.1.1+1.20.2-1.20.4 --- gradle.properties | 8 ++++---- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index e766262..e53a56f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,16 +4,16 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.3 -yarn_mappings=1.20.3+build.1 +minecraft_version=1.20.4 +yarn_mappings=1.20.4+build.1 loader_version=0.15.0 # Mod Properties -mod_version=1.1.1+1.20.2-1.20.3 +mod_version=1.1.1+1.20.2-1.20.4 maven_group=one.oth3r archives_base_name=sit! # Dependencies -fabric_version=0.91.1+1.20.3 +fabric_version=0.91.1+1.20.4 modmenu_version=8.0.0 yacl_version=3.2.1+1.20.2 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 84fc3de..773137f 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 <=1.20.3", + "minecraft": ">=1.20.2 <=1.20.4", "java": ">=17", "fabric-api": "*" },