gradle.properties 501 B

1234567891011121314151617181920
  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.12
  7. loader_version=0.9.3+build.207
  8. # Mod Properties
  9. mod_version = 1.1.10
  10. maven_group = com.umollu
  11. archives_base_name = ash
  12. # Dependencies
  13. fabric_version=0.21.0+build.407-1.16
  14. clientcommands_version=1.0.1+1.16-rc1
  15. autoconfig_version=3.2.2
  16. clothconfig_version=4.8.1
  17. modmenu_version=1.14.6+build.31