Files
minecraft-mod/gradle.properties
T

17 lines
377 B
Properties
Raw Normal View History

2019-02-15 21:54:29 +01:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
2019-02-15 22:26:03 +01:00
# check these on https://fabricmc.net/use
2021-05-27 22:13:12 +01:00
minecraft_version=1.17-pre1
yarn_mappings=1.17-pre1+build.1
2021-03-27 20:04:16 +00:00
loader_version=0.11.3
2019-02-15 21:54:29 +01:00
# Mod Properties
2019-02-15 22:26:03 +01:00
mod_version = 1.0.0
2021-01-30 23:32:47 +00:00
maven_group = com.example
2019-02-15 22:26:03 +01:00
archives_base_name = fabric-example-mod
2019-02-15 21:54:29 +01:00
# Dependencies
2021-05-27 22:13:12 +01:00
fabric_version=0.34.8+1.17