gradle.properties 411 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.21.3
  6. yarn_mappings=1.21.3+build.2
  7. loader_version=0.16.8
  8. # Mod Properties
  9. mod_version=1.0-SNAPSHOT
  10. maven_group=xyz.tbvns
  11. archives_base_name=RogueBlock
  12. # Dependencies
  13. # check this on https://modmuss50.me/fabric.html
  14. fabric_version=0.107.0+1.21.3