12345678910111213141516171819202122232425262728293031323334 |
- # 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.0
- mod_id=twilightforest
- group_name=com.github.teamtwilight.twilightforest
- #Versions
- minecraft_version=1.15.2
- minecraft_sub_version=1.15
- mcp_mappings=20200123-mixed-1.15.2
- forge_version=31.2.5
- jei_version=6.0.0.4
- ctm_version=1.1.0.9
- chisel_version=+
- mantle_version=+
- tcon_version=+
- immersive_engineering_version=+
- patchouli_version=1.0-+
- forestry_version=5.8.2.354
- baubles_version=1.5.2
- thaumcraft_version=6.1.BETA26
|