2020-08-28 18:16:59 +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-01-26 12:29:53 +01:00
|
|
|
minecraft_version=1.16.5
|
2021-05-19 16:57:18 +02:00
|
|
|
yarn_mappings=1.16.5+build.9
|
|
|
|
loader_version=0.11.3
|
2020-08-28 18:16:59 +02:00
|
|
|
# Mod Properties
|
2021-05-19 16:57:18 +02:00
|
|
|
mod_version=2.2
|
2020-08-28 18:16:59 +02:00
|
|
|
maven_group=io.gitlab.jfronny
|
|
|
|
archives_base_name=modsmod
|
2021-05-19 16:57:18 +02:00
|
|
|
|
|
|
|
modrinth_id=4GhX11Ed
|
|
|
|
modrinth_required_dependencies=7a9qcRLy
|
|
|
|
modrinth_optional_dependencies=Gz5wa6j2
|
|
|
|
curseforge_id=405095
|
|
|
|
curseforge_required_dependencies=libjf
|
|
|
|
curseforge_optional_dependencies=modmenu
|
|
|
|
|