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-08-06 15:51:40 +02:00
|
|
|
minecraft_version=1.16.5
|
|
|
|
yarn_mappings=1.16.5+build.10
|
2021-05-24 18:20:19 +02:00
|
|
|
loader_version=0.11.3
|
|
|
|
# Mod Properties
|
2021-09-07 21:22:26 +02:00
|
|
|
mod_version=1.0.5
|
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-08-06 15:51:40 +02:00
|
|
|
fabric_version=0.36.0+1.16
|
2021-05-24 18:20:19 +02:00
|
|
|
prometheus_version=0.10.0
|