gradle.properties 390 B

123456789101112131415161718
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. # Fabric Properties
  4. minecraft_version=1.16.5
  5. yarn_mappings=1.16.5+build.3
  6. loader_version=0.11.1
  7. # Mod Properties
  8. mod_version = 1.1.13
  9. maven_group = com.umollu
  10. archives_base_name = ash
  11. # Dependencies
  12. fabric_version=0.31.0+1.16
  13. autoconfig_version=3.3.1
  14. clothconfig_version=4.8.3
  15. modmenu_version=1.14.15