2020-11-21 17:50:36 +00:00
|
|
|
kotlin.code.style=official
|
|
|
|
org.gradle.jvmargs=-Xmx1G
|
|
|
|
|
|
|
|
# Fabric Properties
|
|
|
|
# Check these on https://modmuss50.me/fabric.html
|
|
|
|
minecraft_version=1.16.4
|
|
|
|
yarn_mappings=1.16.4+build.7
|
|
|
|
loader_version=0.10.8
|
|
|
|
|
|
|
|
#Fabric api
|
2020-12-14 01:10:41 +00:00
|
|
|
fabric_version=0.28.1+1.16
|
2020-11-21 17:50:36 +00:00
|
|
|
|
|
|
|
loom_version=0.5-SNAPSHOT
|
|
|
|
|
|
|
|
# Mod Properties
|
|
|
|
mod_version = 0.1.0
|
|
|
|
maven_group = tf.bug
|
|
|
|
archives_base_name = monadmachines
|
|
|
|
|
|
|
|
# Kotlin
|
2020-12-14 01:10:41 +00:00
|
|
|
kotlin_version=1.4.21
|
|
|
|
fabric_kotlin_version=1.4.21+build.1
|