fabric-exporter/gradle.properties

16 lines
433 B
Properties
Raw Normal View History

2021-05-24 18:20:19 +02:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
2021-06-24 21:15:04 +02:00
minecraft_version=1.17
yarn_mappings=1.17+build.13
2021-05-24 18:20:19 +02:00
loader_version=0.11.3
# Mod Properties
2021-06-24 21:18:43 +02:00
mod_version=1.0.3
2021-05-24 18:20:19 +02:00
maven_group=ru.ruscalworld
archives_base_name=fabricexporter
# Dependencies
# check this on https://modmuss50.me/fabric.html
2021-06-24 21:15:04 +02:00
fabric_version=0.36.0+1.17
2021-05-24 18:20:19 +02:00
prometheus_version=0.10.0