22 lines
441 B
Properties
22 lines
441 B
Properties
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
|
|
fabric_version=0.26.1+1.16
|
|
|
|
loom_version=0.5-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
mod_version = 0.1.0
|
|
maven_group = tf.bug
|
|
archives_base_name = monadmachines
|
|
|
|
# Kotlin
|
|
kotlin_version=1.4.0
|
|
fabric_kotlin_version=1.4.0+build.1
|