From 7eaf280a88a47e60bf39afeeef5b18fbdf28a525 Mon Sep 17 00:00:00 2001 From: Oth3r Date: Mon, 29 Apr 2024 12:44:55 -0500 Subject: [PATCH] 1.1.5+1.20.1 --- gradle.properties | 2 +- src/main/resources/fabric.mod.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 5500d66..4fb2266 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10 loader_version=0.14.24 # Mod Properties -mod_version=1.1.4+1.20-1.20.1 +mod_version=1.1.5+1.20.1 maven_group=one.oth3r archives_base_name=sit! diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 9d6b837..9e88f89 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 <=1.20.1", + "minecraft": "=1.20.1", "java": ">=17", "fabric-api": "*" },