summaryrefslogtreecommitdiff
path: root/gradle.properties
blob: 17a8bfc943c93d431d135b348d9aba5808919502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
org.gradle.parallel=true

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.2

# Mod Properties
mod_version=0.0.3
maven_group=net.cshift.mc
archives_base_name=sparkt

# Dependencies
fabric_version=0.102.1+1.21.1