gradle.properties 518 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.3
  6. yarn_mappings=1.16.3+build.30
  7. loader_version=0.10.1+build.209
  8. # Mod Properties
  9. mod_version = 4.1.4
  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.23.0+build.410-1.16