chipmunkmod/gradle.properties

17 lines
382 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
2021-06-23 10:31:54 -04:00
# check these on https://fabricmc.net/versions.html
2021-07-17 17:23:46 -04:00
minecraft_version=1.17.1
2021-08-17 13:49:09 -04:00
yarn_mappings=1.17.1+build.39
2021-06-23 10:31:42 -04:00
loader_version=0.11.6
# Mod Properties
2019-02-15 16:26:03 -05:00
mod_version = 1.0.0
2021-01-30 18:32:47 -05:00
maven_group = com.example
2019-02-15 16:26:03 -05:00
archives_base_name = fabric-example-mod
# Dependencies
2021-08-26 17:20:22 -04:00
fabric_version=0.39.2+1.17