gradle.properties 517 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.2
  6. yarn_mappings=1.16.2+build.31
  7. loader_version=0.9.2+build.206
  8. # Mod Properties
  9. mod_version = 4.1.1
  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.19.0+build.398-1.16