From ce4dbfaa07d4c980fc9bd0aea6c4435a154b4113 Mon Sep 17 00:00:00 2001 From: anhgelus Date: Sun, 27 Oct 2024 12:51:55 +0000 Subject: feat(minecraft): supports minecraft 1.21.2 and 1.21.3 #4 --- gradle.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index bfebea2..7efd6a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,17 +4,17 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21 -yarn_mappings=1.21+build.9 -loader_version=0.15.11 +minecraft_version=1.21.3 +yarn_mappings=1.21.3+build.2 +loader_version=0.16.7 # Fabric API -fabric_version=0.100.7+1.21 +fabric_version=0.107.0+1.21.3 # Libs -midnightlib_version=1.5.7-fabric +midnightlib_version=1.6.4-fabric # Mod Properties -mod_version=1.1.1 +mod_version=1.2.0 maven_group=world.anhgelus.manhunt archives_base_name=manhunt -- cgit v1.2.3