Files
pt-skygrid/gradle.properties
Passthem 855949e9d5
Some checks failed
build / build (push) Has been cancelled
初次提交
2026-04-24 22:28:38 +08:00

21 lines
615 B
Properties

# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx4G -XX:+UseG1GC
org.gradle.parallel=true
# IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
org.gradle.configuration-cache=false
# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.10
yarn_mappings=1.21.10+build.3
loader_version=0.18.5
loom_version=1.16-SNAPSHOT
fabric_kotlin_version=1.13.10+kotlin.2.3.20
# Mod Properties
mod_version=1.0.0
maven_group=top.passthem.skygrid
# Dependencies
fabric_api_version=0.138.4+1.21.10