diff options
| author | Elis Eriksson <Spelis@duck.com> | 2025-11-23 15:50:13 +0100 |
|---|---|---|
| committer | Elis Eriksson <Spelis@duck.com> | 2025-11-23 15:50:13 +0100 |
| commit | 2ea463b870152586428c14fbbc5bdb60a232ca4f (patch) | |
| tree | 70fedd889b8fab8a5e3c962e71383e2a74be9576 /gradle.properties | |
| parent | 9c99aa9fc8ce39c412e3acd8a77864e638bb0769 (diff) | |
| download | valvesprint-master.tar valvesprint-master.tar.gz valvesprint-master.tar.bz2 valvesprint-master.tar.lz valvesprint-master.tar.xz valvesprint-master.tar.zst valvesprint-master.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.properties | 16 |
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 |
