From 97be59a7b6b990e8a68b69424904ed465a1faabe Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 16 Mar 2026 22:14:20 +0100 Subject: feat(): support 26.1 --- gradle.properties | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index 958a1c5..9f0cb56 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,13 +2,12 @@ org.gradle.jvmargs=-Xmx2G # Fabric Properties # check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.11 -yarn_mappings=1.21.11+build.4 +minecraft_version=26.1-pre-2 loader_version=0.18.4 # Mod Properties -mod_version=1.2.1 +mod_version=1.3.0 maven_group=world.anhgelus archives_base_name=Molehunt # Dependencies # check this on https://modmuss50.me/fabric.html -fabric_version=0.141.3+1.21.11 +fabric_version=0.143.14+26.1 -- cgit v1.2.3