1
0

gradle.properties 424 B

1234567891011121314
  1. # Done to increase the memory available to gradle.
  2. org.gradle.jvmargs=-Xmx1G
  3. # Fabric Properties
  4. # check these on https://modmuss50.me/fabric.html
  5. minecraft_version=1.16.4
  6. yarn_mappings=1.16.4+build.7
  7. loader_version=0.10.8
  8. # Mod Properties
  9. mod_version=1.0-SNAPSHOT
  10. maven_group=de.nplusc.izc
  11. archives_base_name=FThreeNabler
  12. # Dependencies
  13. # check this on https://modmuss50.me/fabric.html
  14. fabric_version=0.25.1+build.416-1.16