From aac7476f52e622c2bf5068d863353945138bb6f2 Mon Sep 17 00:00:00 2001 From: Oth3r Date: Mon, 22 Jan 2024 17:57:18 -0600 Subject: [PATCH] s1.1.3+24w03b --- build.gradle | 2 +- gradle.properties | 10 +++++----- src/main/resources/fabric.mod.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index eea3b51..5b01c78 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'fabric-loom' version '1.3-SNAPSHOT' + id 'fabric-loom' version '1.5-SNAPSHOT' id 'maven-publish' } diff --git a/gradle.properties b/gradle.properties index 4e0f13e..f831f31 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,14 +4,14 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.20.4 -yarn_mappings=1.20.4+build.1 -loader_version=0.15.0 +minecraft_version=24w03b +yarn_mappings=24w03b+build.6 +loader_version=0.15.6 # Mod Properties -mod_version=1.1.3+1.20.2-1.20.4 +mod_version=s1.1.3+24w03b maven_group=one.oth3r archives_base_name=sit! # Dependencies -fabric_version=0.91.1+1.20.3 +fabric_version=0.95.1+1.20.5 diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 40b8217..15e55ca 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -24,7 +24,7 @@ }, "depends": { "fabricloader": ">=0.14.21", - "minecraft": ">=1.20.2 <=1.20.4", + "minecraft": ">=1.20.5-alpha.24.3.a", "java": ">=17", "fabric-api": "*" },