chipmunkmod/gradle.properties

17 lines
371 B
Properties
Raw Normal View History

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://fabricmc.net/develop
2022-06-07 13:21:20 -04:00
minecraft_version=1.19
yarn_mappings=1.19+build.1
2022-05-21 12:13:30 -04:00
loader_version=0.14.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
2022-06-07 13:21:20 -04:00
fabric_version=0.55.1+1.19