gradle.properties 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Sets default memory used for gradle commands. Can be overridden by user or command line properties.
  2. # This is required to provide enough memory for the Minecraft decompilation process.
  3. org.gradle.jvmargs=-Xmx4G
  4. # suppress inspection "UnusedProperty" for whole file
  5. # Mod Properties
  6. mod_version=4.3
  7. mod_id=twilightforest
  8. group_name=com.github.teamtwilight.twilightforest
  9. #Versions
  10. minecraft_version=1.20.1
  11. # https://fabricmc.net/develop/
  12. fabric_version=0.86.0+1.20.1
  13. loader_version=0.14.21
  14. # setup
  15. # https://lambdaurora.dev/tools/import_quilt.html
  16. qm_version = 21
  17. # https://github.com/ParchmentMC/Parchment
  18. parchment_version = 2023.07.23
  19. # https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric
  20. config_api_version = 8.0.0
  21. # https://modrinth.com/mod/cardinal-components-api
  22. cca_version = 5.2.1
  23. # https://github.com/Fabricators-of-Create/Porting-Lib
  24. port_lib_version = 2.1.1087+1.20
  25. port_lib_modules = accessors,base,data,entity,extensions,lazy_registration,models,networking,tags,transfer,utility,model_generators,model_builders,loot
  26. # compat
  27. # https://github.com/emilyploszaj/trinkets/releases
  28. trinkets_version = 3.7.1
  29. # dev env mods
  30. # https://modrinth.com/mod/modmenu
  31. modmenu_version = 6.1.0-rc.4
  32. # https://modrinth.com/mod/suggestion-tweaker
  33. suggestion_tweaker_version = 1.19.1-1.3.1
  34. # for REI and suggestion tweaker - https://modrinth.com/mod/cloth-config
  35. cloth_config_version = 9.0.94
  36. # https://www.curseforge.com/minecraft/mc-mods/jade/files/all
  37. jade_id = 4438356
  38. # https://www.curseforge.com/minecraft/mc-mods/the-one-probe-fabric/files
  39. top_version = 1.19-6.0.0
  40. # for REI - https://www.curseforge.com/minecraft/mc-mods/architectury-api
  41. architectury_version = 8.1.75
  42. # https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items
  43. rei_version=11.0.597
  44. # https://github.com/emilyploszaj/emi/releases/
  45. emi_version = 0.7.2+1.19.4
  46. # https://www.curseforge.com/minecraft/mc-mods/jei/files/all
  47. jei_version = 12.0.2.2
  48. # What recipe viewer to use ('emi', 'rei', or 'jei'. if you change it, don't push it)
  49. recipe_viewer = rei