12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # Sets default memory used for gradle commands. Can be overridden by user or command line properties.
- # This is required to provide enough memory for the Minecraft decompilation process.
- org.gradle.jvmargs=-Xmx4G
- # suppress inspection "UnusedProperty" for whole file
- # Mod Properties
- mod_version=4.1
- mod_id=twilightforest
- group_name=com.github.teamtwilight.twilightforest
- # setup
- # https://lambdaurora.dev/tools/import_quilt.html
- qm_build = 24
- # https://github.com/ParchmentMC/Parchment/wiki/Getting-Started
- parchment_version = 2022.07.17
- # dependencies
- minecraft_version=1.18.2
- minecraft_sub_version=1.18
- # https://fabricmc.net/develop/
- fabric_version=0.53.3+1.18.2
- loader_version=0.14.5
- # https://github.com/JamiesWhiteShirt/reach-entity-attributes/releases
- reach_entity_attributes_version = 2.1.1
- # https://www.curseforge.com/minecraft/mc-mods/forge-config-api-port-fabric
- config_api_version = 3671141
- # https://github.com/Fabricators-of-Create/Porting-Lib
- port_lib_version = 1.2.630-beta
- # https://modrinth.com/mod/cardinal-components-api
- cca_version = 4.1.4
- # compat
- # https://github.com/emilyploszaj/trinkets/releases
- trinkets_version = 3.3.1
- # https://github.com/Alpha-s-Stuff/TinkersConstruct
- tcon_version=3.5.0.DEV.e04c6fa
- # dev env mods
- # https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items
- rei_version=8.3.553
- # for REI - https://www.curseforge.com/minecraft/mc-mods/architectury-api
- architectury_version = 4.9.84
- # https://modrinth.com/mod/modmenu
- modmenu_version = 3.2.2
- # https://modrinth.com/mod/suggestion-tweaker
- suggestion_tweaker_version = 1.18.x-1.2.0
- # https://modrinth.com/mod/cloth-config
- cloth_config_version = 6.2.62
|