Increased FTB Chunk max number of chunks loaded per player.
This commit is contained in:
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user