25 lines
943 B
Properties
25 lines
943 B
Properties
##########################################################################
|
|
# Standard Properties
|
|
kotlin.code.style = official
|
|
org.gradle.jvmargs = -Xmx1G
|
|
org.gradle.warning.mode = all
|
|
##########################################################################
|
|
# Standard Fabric Dependencies
|
|
# Check these on https://fabricmc.net/develop/
|
|
minecraft_version = 1.19.2
|
|
yarn_mappings = 1.19.2+build.28
|
|
loader_version = 0.14.10
|
|
# Fabric API
|
|
fabric_version = 0.66.0+1.19.2
|
|
loom_version = 1.0-SNAPSHOT
|
|
java_version = 17
|
|
##########################################################################
|
|
# Mod Properties
|
|
mod_version = 0.1.0
|
|
maven_group = net.liquidev.dawd3
|
|
archives_base_name = dawd3
|
|
##########################################################################
|
|
# Kotlin Dependencies
|
|
systemProp.kotlin_version = 1.7.20
|
|
fabric_language_kotlin_version = 1.8.5+kotlin.1.7.20
|
|
##########################################################################
|