From feba921c4630bf5b47d0d4d2e417eafb662230e9 Mon Sep 17 00:00:00 2001 From: williamist Date: Sat, 11 Nov 2023 13:41:15 -0500 Subject: [PATCH] support 1.20.x --- 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 8bdc286..264021a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,12 +3,12 @@ org.gradle.jvmargs=-Xmx1G # Fabric Properties # check these on https://modmuss50.me/fabric.html - minecraft_version=1.20.1 - yarn_mappings=1.20.1+build.10 - loader_version=0.14.22 + minecraft_version=1.20.2 + yarn_mappings=1.20.2+build.4 + loader_version=0.14.24 # Mod Properties - mod_version = 1.1 + mod_version = 1.2 maven_group = tech.williamist archives_base_name = DarkTitleBar diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 3e699df..4271c16 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,6 +19,6 @@ ], "depends": { "fabricloader": ">=0.14.22", - "minecraft": "1.20.1" + "minecraft": "~1.20" } }