2019-02-15 15:54:29 -05:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
2022-01-07 19:44:50 -05:00
|
|
|
# check these on https://fabricmc.net/develop
|
2022-08-05 10:47:07 -04:00
|
|
|
minecraft_version=1.19.2
|
|
|
|
yarn_mappings=1.19.2+build.1
|
2022-07-27 13:09:33 -04:00
|
|
|
loader_version=0.14.8
|
2019-02-15 15:54:29 -05:00
|
|
|
|
|
|
|
# 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
|
2019-02-15 15:54:29 -05:00
|
|
|
|
|
|
|
# Dependencies
|
2022-08-05 10:47:07 -04:00
|
|
|
fabric_version=0.58.6+1.19.2
|