gradle.properties 563 B

123456789101112131415161718192021
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. org.gradle.parallel=true
  4. # IntelliJ IDEA is not yet fully compatible with configuration cache, see: https://github.com/FabricMC/fabric-loom/issues/1349
  5. org.gradle.configuration-cache=false
  6. # Fabric Properties
  7. # check these on https://fabricmc.net/develop
  8. minecraft_version=1.21.9
  9. yarn_mappings=1.21.9+build.1
  10. loader_version=0.18.1
  11. loom_version=1.14-SNAPSHOT
  12. # Mod Properties
  13. mod_version=1.0.0
  14. maven_group=com.husj
  15. archives_base_name=husj
  16. # Dependencies
  17. fabric_version=0.134.0+1.21.9