BowDogPrediction/gradle.properties

18 lines
320 B
Properties
Raw Normal View History

2021-02-19 22:11:41 +00:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx2G
2021-03-21 17:48:17 +00:00
# Minecraft
2021-02-19 22:11:41 +00:00
minecraft_version=1.16.5
2021-03-21 17:48:17 +00:00
# Fabric Properties
fabric_version=0.30.3+1.16
2021-02-19 22:11:41 +00:00
yarn_mappings=1.16.5+build.4
loader_version=0.11.1
# Mod Properties
2021-03-21 17:48:17 +00:00
mod_version = 0.1
maven_group = meteordevelopment.addons
archives_base_name = example
2021-02-19 22:11:41 +00:00