Please no EMC Mapping

This commit is contained in:
Timo Ley 2020-04-30 14:31:24 +02:00
parent c7c638384a
commit c3ff2b719e
2 changed files with 7716 additions and 3 deletions

View file

@ -8,7 +8,7 @@ enabledmappers {
B:APICustomEMCMapper=true
# Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.CraftingManager [default: true]
B:CraftingMapper=false
B:CraftingMapper=true
# Uses json files within config/ProjectE/customConversions/ to add values and conversions [default: true]
B:CustomConversionMapper=true
@ -35,7 +35,7 @@ general {
B:logEMCExploits=true
# When the next EMC mapping occurs write the results to config/ProjectE/pregenerated_emc.json and only ever run the mapping again when that file does not exist, this setting is set to false, or an error occurred parsing that file. [default: false]
B:pregenerate=false
B:pregenerate=true
}
@ -52,7 +52,7 @@ mapperconfigurations {
I:equivalentbeespriority=1
I:equivalentenergisticspriority=1
# Priority for Mod with ModId = nuclearcraft. Values: 429 [range: 0 ~ 512, default: 1]
# Priority for Mod with ModId = nuclearcraft. Values: 439 [range: 0 ~ 512, default: 1]
I:nuclearcraftpriority=1
I:retrobeespriority=1
}
@ -89,6 +89,9 @@ mapperconfigurations {
# Allow 'nuclearcraft' to set and or remove values for 'chisel'. Options: [both, set, remove, none] [default: both]
S:chisel=both
# Allow 'nuclearcraft' to set and or remove values for 'embers'. Options: [both, set, remove, none] [default: both]
S:embers=both
# Allow 'nuclearcraft' to set and or remove values for 'enderio'. Options: [both, set, remove, none] [default: both]
S:enderio=both
S:exnihilocreatio=both
@ -161,9 +164,16 @@ mapperconfigurations {
craftingmapper {
irecipeimplementations {
# Maps `IRecipe` CraftTweaker crafting recipes that extend `MCRecipeShaped` or `MCRecipeShapeless [default: true]
B:enableCraftTweakerRecipeMapper=true
# Maps custom IRecipe's from ProjectE [default: true]
B:enablePECustomRecipeMapper=true
# Maps `RecipeStage` implementation of `IRecipe` from Recipe Stages [default: true]
B:enableRecipeStagesRecipeMapper=true
# Maps `IRecipe` crafting recipes that extend `ShapedRecipes` or `ShapelessRecipes`, and their oredict equivalents [default: true]
B:enableVanillaRecipeMapper=true
}

File diff suppressed because it is too large Load diff