gradle.properties 404 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
  6. yarn_mappings=1.21+build.9
  7. loader_version=0.16.9
  8. # Mod Properties
  9. mod_version=1.0-SNAPSHOT
  10. maven_group=xyz.tbvns
  11. archives_base_name=MCReflect
  12. # Dependencies
  13. # check this on https://modmuss50.me/fabric.html
  14. fabric_version=0.102.0+1.21