gradle.properties 413 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.20.1
  6. yarn_mappings=1.20.1+build.10
  7. loader_version=0.16.8
  8. # Mod Properties
  9. mod_version=1.0-SNAPSHOT
  10. maven_group=xyz.tbvns
  11. archives_base_name=rogue-blocks
  12. # Dependencies
  13. # check this on https://modmuss50.me/fabric.html
  14. fabric_version=0.92.2+1.20.1