tastytoasters/gradle.properties

15 lines
406 B
Properties
Raw Normal View History

2021-09-26 13:06:43 -05:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
2021-12-03 13:08:31 -06:00
minecraft_version=1.18
yarn_mappings=1.18+build.1
loader_version=0.12.8
2021-09-26 13:06:43 -05:00
# Mod Properties
mod_version=1.0-SNAPSHOT
maven_group=blackfur
archives_base_name=tastytoasters
# Dependencies
# check this on https://modmuss50.me/fabric.html
2021-12-03 13:08:31 -06:00
fabric_version=0.44.0+1.18