gradle.properties 532 B

123456789101112131415161718
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. # Fabric Properties
  4. # check these on https://fabricmc.net/use
  5. minecraft_version=1.15.2
  6. yarn_mappings=1.15.2+build.14
  7. loader_version=0.7.8+build.189
  8. # Mod Properties
  9. mod_version = 1.1.3
  10. maven_group = com.umollu
  11. archives_base_name = ash
  12. # Dependencies
  13. # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric
  14. fabric_version=0.5.1+build.294-1.15
  15. clientcommands_version=0.2.1+1.14-pre5-SNAPSHOT