gradle.properties 497 B

1234567891011121314151617
  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.16.5
  6. yarn_mappings=1.16.5+build.5
  7. loader_version=0.11.2
  8. # Mod Properties
  9. mod_version = 4.1.5
  10. maven_group = monkey.lumpy
  11. archives_base_name = horse-stats-vanilla
  12. # Dependencies
  13. # currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
  14. fabric_version=0.31.0+1.16