diff options
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties new file mode 100644 index 0000000..263a9ae --- /dev/null +++ b/gradle.properties @@ -0,0 +1,18 @@ +# Done to increase the memory available to gradle. +org.gradle.jvmargs=-Xmx1G +# Fabric Properties +# check these on https://modmuss50.me/fabric.html +minecraft_version=26.2 +yarn_mappings=1.21.11+build.6 +loader_version=0.18.5 +# Mod Properties +mod_version=1.3 +maven_group=li.spelis +archives_base_name=valvesprint +# Dependencies +# check this on https://modmuss50.me/fabric.html +fabric_version=0.154.2+26.2 + +loom_version=1.17-SNAPSHOT + +java_version=25 |
