gradle.properties 499 B

1234567891011121314
  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.1
  6. yarn_mappings=1.16.1+build.19
  7. loader_version=0.8.9+build.203
  8. # Mod Properties
  9. mod_version=2.0.1
  10. maven_group=net.fabricmc
  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.14.2+build.373-1.16