Increased FTB Chunk max number of chunks loaded per player.

This commit is contained in:
2022-06-02 03:59:47 -05:00
parent 2fe4370bf2
commit 5d475f9c40
14 changed files with 473 additions and 17 deletions

View File

@@ -112,10 +112,14 @@
WeatheredCopperMapper = true
#Add Conversions for Brewing Recipes
BrewingMapper = true
#Allows setting EMC values through CraftTweaker. This behaves similarly to if someone used the custom emc file instead.
CrTCustomEMCMapper = true
#Uses the `custom_emc.json` File to add EMC values.
CustomEMCMapper = true
#Allows other mods to easily set EMC values using the ProjectEAPI
APICustomEMCMapper = true
#Loads json files within datapacks (data/<domain>/pe_custom_conversions/*.json) to add values and conversions
CustomConversionMapper = true
#Allows adding custom conversions through CraftTweaker. This behaves similarly to if someone used a custom conversion file instead.
CrTConversionEMCMapper = true

View File

@@ -18,3 +18,7 @@
[processors.StoredEMCProcessor]
enabled = true
#Increases the EMC value of any Mekanism items by the value of the stored or installed contents.
[processors.MekanismContentsProcessor]
enabled = true