aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
diff options
context:
space:
mode:
authorElis Eriksson <Spelis@duck.com>2025-11-23 15:50:13 +0100
committerElis Eriksson <Spelis@duck.com>2025-11-23 15:50:13 +0100
commit2ea463b870152586428c14fbbc5bdb60a232ca4f (patch)
tree70fedd889b8fab8a5e3c962e71383e2a74be9576 /gradle.properties
parent9c99aa9fc8ce39c412e3acd8a77864e638bb0769 (diff)
downloadvalvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar.gz
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar.bz2
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar.lz
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar.xz
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.tar.zst
valvesprint-2ea463b870152586428c14fbbc5bdb60a232ca4f.zip
add compatibility i guess, and commit some more changes i made at some point idkmaster
Diffstat (limited to 'gradle.properties')
-rw-r--r--gradle.properties16
1 files changed, 5 insertions, 11 deletions
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