aboutsummaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 263a9ae19265e448ab45370cca392ca1ece2a16b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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