gradle.properties 379 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 8 9
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.1
loader_version=0.14.22
10 11

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

# Dependencies
modmuss50 committed
17
fabric_version=0.89.1+1.20.2