From 2ea463b870152586428c14fbbc5bdb60a232ca4f Mon Sep 17 00:00:00 2001 From: Elis Eriksson Date: Sun, 23 Nov 2025 15:50:13 +0100 Subject: add compatibility i guess, and commit some more changes i made at some point idk --- gradle.properties | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index a0b2eac..5585b8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,14 +1,8 @@ -# Done to increase the memory available to gradle. org.gradle.jvmargs=-Xmx1G -# Fabric Properties -# check these on https://modmuss50.me/fabric.html -minecraft_version=1.21.8 -yarn_mappings=1.21.8+build.1 -loader_version=0.17.2 -# Mod Properties -mod_version=1.1 +minecraft_version=1.21.10 +yarn_mappings=1.21.10+build.2 +loader_version=0.18.1 +mod_version=1.2 maven_group=eu.projnull.spelis archives_base_name=valvesprint -# Dependencies -# check this on https://modmuss50.me/fabric.html -fabric_version=0.132.0+1.21.8 +fabric_version=0.138.3+1.21.10 \ No newline at end of file -- cgit v1.3-7-ge9ab