gradle.properties 375 Bytes
Newer Older
1 2
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
modmuss50 committed
3
org.gradle.parallel=true
4 5

# Fabric Properties
modmuss committed
6
# check these on https://fabricmc.net/develop
modmuss50 committed
7
minecraft_version=1.20.1
8
yarn_mappings=1.20.1+build.9
modmuss committed
9
loader_version=0.14.21
10 11

# Mod Properties
modmuss committed
12 13 14
mod_version=1.0.0
maven_group=com.example
archives_base_name=modid
15 16

# Dependencies
17
fabric_version=0.85.0+1.20.1