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

# Mod Properties
modmuss committed
6
mod_version=1.0.0
7 8
maven_group=com.owlmaddie
archives_base_name=mobgpt
9

10 11 12 13 14 15 16 17
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.3
loader_version=0.15.7

#Fabric api
fabric_version=0.96.11+1.20.4