Files
copper-farmers/gradle.properties
T

20 lines
516 B
Properties
Raw Normal View History

2025-10-25 14:22:03 +02:00
# Done to increase the memory available to gradle.
org.gradle.jvmargs=-Xmx1G
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
2026-07-17 17:46:45 +02:00
minecraft_version=26.2
2026-07-17 19:58:46 +02:00
loader_version=0.19.3
loom_version=1.17-SNAPSHOT
2025-10-25 14:22:03 +02:00
# Mod Properties
mod_version=1.0.0
maven_group=com.dynamitos
# Dependencies
2026-07-17 20:16:02 +02:00
fabric_api_version=0.155.2+26.2