2022-10-24 19:59:22 +00:00
|
|
|
# Done to increase the memory available to gradle.
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
2022-11-05 12:08:18 +00:00
|
|
|
kotlin.code.style=official
|
2022-10-24 19:59:22 +00:00
|
|
|
# Fabric Properties
|
|
|
|
# check these on https://modmuss50.me/fabric.html
|
|
|
|
minecraft_version=1.19.2
|
|
|
|
yarn_mappings=1.19.2+build.28
|
|
|
|
loader_version=0.14.10
|
2022-11-05 12:08:18 +00:00
|
|
|
loom_version=1.0-SNAPSHOT
|
2022-10-24 19:59:22 +00:00
|
|
|
# Mod Properties
|
|
|
|
mod_version=1.0-SNAPSHOT
|
|
|
|
maven_group=org.muellerssoftware
|
|
|
|
archives_base_name=OpenProximityChatFabric
|
|
|
|
# Dependencies
|
|
|
|
# check this on https://modmuss50.me/fabric.html
|
|
|
|
fabric_version=0.64.0+1.19.2
|
2022-11-05 12:08:18 +00:00
|
|
|
fabric_kotlin_version=1.8.3+kotlin.1.7.10
|
|
|
|
fabric_api_version=0.64.0+1.19.2
|
|
|
|
|