2022-09-12 17:35:52 +00:00
|
|
|
# Check for updates on https://modmuss50.me/fabric.html
|
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx4G
|
|
|
|
|
|
|
|
# Fabric Properties
|
2022-09-21 17:01:21 +00:00
|
|
|
minecraft_version=1.19.2
|
2023-01-15 19:34:48 +00:00
|
|
|
yarn_mappings=1.19.2+build.28
|
|
|
|
loader_version=0.14.12
|
2022-09-12 17:35:52 +00:00
|
|
|
|
|
|
|
# Mod Properties
|
2022-09-22 09:32:30 +00:00
|
|
|
mod_version=0.3.0
|
2022-09-12 17:35:52 +00:00
|
|
|
maven_group=me.topchetoeu
|
2022-09-21 16:32:17 +00:00
|
|
|
archives_base_name=animated-chunks
|
2022-09-12 17:35:52 +00:00
|
|
|
|
|
|
|
# Dependencies
|
2023-01-15 10:27:11 +00:00
|
|
|
fabric_version=0.72.0+1.19.2
|
|
|
|
modmenu_version=4.1.2
|
2023-01-15 19:34:48 +00:00
|
|
|
# sodium_version=mc1.19.2-0.4.3
|