Initial commit
This commit is contained in:
commit
66388f8085
13 changed files with 652 additions and 0 deletions
22
gradle.properties
Normal file
22
gradle.properties
Normal file
|
@ -0,0 +1,22 @@
|
|||
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.0+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
|
Loading…
Add table
Add a link
Reference in a new issue