Advertisement
Guest User

gradle.properties

a guest
Apr 11th, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. # Gradle Properties
  2. org.gradle.jvmargs = -Xmx1G
  3. org.gradle.parallel = true
  4.  
  5. # Dependencies: Visit https://lambdaurora.dev/tools/import_quilt.html and the Quilt Community Discord (https://discord.com/invite/M7GpuyTBvy) for dependency version info.
  6. minecraft_version = 1.19.2
  7. quilt_mappings_version = 21
  8. midnightlib_version=1.1.0
  9. emi_version = 0.4.2+1.19
  10. # NOTE: Current loader beta is 0.18.1-beta.25
  11. quilt_loader_version = 0.17.10
  12.  
  13. # NOTE: Uncomment the line below if using QSL by itself instead of Quilted Fabric API
  14. # qsl_version = 3.0.0-beta.25
  15. quilted_fabric_api_version = 4.0.0-beta.26+0.72.0
  16.  
  17.  
  18. # Mod Properties
  19. version = 1.0.0+1.19.2
  20. maven_group = com.example
  21. archives_base_name = example_mod
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement