gradle.properties 391 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.6
  6. loader_version=0.11.3
  7. # Mod Properties
  8. mod_version = 1.1.14
  9. maven_group = com.umollu
  10. archives_base_name = ash
  11. # Dependencies
  12. fabric_version=0.32.5+1.16
  13. autoconfig_version=3.3.1
  14. clothconfig_version=4.11.18
  15. modmenu_version=1.16.8