29 lines
545 B
Properties
29 lines
545 B
Properties
version=0.0.0
|
|
|
|
artifact_group=appeng
|
|
artifact_basename=appliedenergistics2-fabric
|
|
|
|
kotlin.code.style=official
|
|
org.gradle.jvmargs=-Xmx2G
|
|
|
|
# Fabric Properties
|
|
# Check these on https://modmuss50.me/fabric.html
|
|
|
|
minecraft_version=1.16.1
|
|
yarn_mappings=1.16.1+build.19
|
|
loader_version=0.8.9+build.203
|
|
|
|
#Fabric api
|
|
fabric_version=0.14.1+build.372-1.16
|
|
|
|
loom_version=0.4-SNAPSHOT
|
|
|
|
# Mod Properties
|
|
mod_version = 1.0.0
|
|
maven_group = net.fabricmc
|
|
archives_base_name = fabric-example-mod
|
|
|
|
# Kotlin
|
|
kotlin_version=1.3.61
|
|
fabric_kotlin_version=1.3.61+build.1
|