22 lines
473 B
Properties
22 lines
473 B
Properties
# gradle.properties
|
|
|
|
kotlin.code.style=official
|
|
|
|
# Done to increase the memory available to gradle.
|
|
org.gradle.jvmargs=-Xmx1G
|
|
org.gradle.parallel=true
|
|
|
|
# Fabric Properties
|
|
# check these on https://fabricmc.net/develop
|
|
minecraft_version=1.20.4
|
|
yarn_mappings=1.20.4+build.3
|
|
loader_version=0.15.11
|
|
fabric_kotlin_version=1.11.0+kotlin.2.0.0
|
|
|
|
# Mod Properties
|
|
mod_version=0.1.1
|
|
maven_group=chickenmanfy.scify
|
|
archives_base_name=scify
|
|
|
|
# Dependencies
|
|
fabric_version=0.97.1+1.20.4 |