Updated to Forge 40.1.52 and updated mods.
Some checks reported errors
ydeng/Reslate/rsemcm/pipeline/head Something is wrong with the build of this commit
RealYHD/rsemcm/pipeline/head Something is wrong with the build of this commit

This commit is contained in:
2022-06-22 21:01:16 -05:00
parent f10348fdca
commit f1e42a248c
111 changed files with 2048 additions and 275 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