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
|
2021-02-05 06:22:03 +00:00
|
|
|
minecraft_version=1.16.5
|
|
|
|
yarn_mappings=1.16.5+build.3
|
|
|
|
loader_version=0.11.1
|
2020-11-21 17:50:36 +00:00
|
|
|
|
|
|
|
#Fabric api
|
2021-02-05 06:22:03 +00:00
|
|
|
fabric_version=0.30.0+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
|
2021-02-05 06:22:03 +00:00
|
|
|
kotlin_version=1.4.30
|
|
|
|
fabric_kotlin_version=1.4.30+build.2
|