Untitled diff

Created Diff never expires
0 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
65 lines
15 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
80 lines
# Configuration file
# Configuration file


enabledmappers {
enabledmappers {
# Allows other mods to set EMC values using the ProjectEAPI [default: true]
# Allows other mods to set EMC values using the ProjectEAPI [default: true]
B:APICustomEMCMapper=true
B:APICustomEMCMapper=true


# Add mappings for Blocks that are created with the Chisel2-Chisel. [default: true]
# Add mappings for Blocks that are created with the Chisel2-Chisel. [default: true]
B:Chisel2Mapper=true
B:Chisel2Mapper=true


# Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.CraftingManager [default: true]
# Add Conversions for Crafting Recipes gathered from net.minecraft.item.crafting.CraftingManager [default: true]
B:CraftingMapper=true
B:CraftingMapper=true


# Uses the `custom_emc.cfg` File to add EMC values. [default: true]
# Uses the `custom_emc.cfg` File to add EMC values. [default: true]
B:CustomEMCMapper=true
B:CustomEMCMapper=true


# Adds Conversions for fluid container items and fluids. [default: true]
# Adds Conversions for fluid container items and fluids. [default: true]
B:FluidMapper=true
B:FluidMapper=true


# Default values for Items [default: true]
# Default values for Items [default: true]
B:LazyMapper=true
B:LazyMapper=true


# Default values for a lot of Mod - OreDictionary Names. [default: true]
# Default values for a lot of Mod - OreDictionary Names. [default: true]
B:OreDictionaryMapper=true
B:OreDictionaryMapper=true


# Add Conversions for `FurnaceRecipes` [default: true]
# Add Conversions for `FurnaceRecipes` [default: true]
B:SmeltingMapper=true
B:SmeltingMapper=true
}
}




general {
general {
# Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. [default: true]
# Log known EMC Exploits. This can not and will not find all possible exploits. This will only find exploits that result in fixed/custom emc values that the algorithm did not overwrite. Exploits that derive from conversions that are unknown to ProjectE will not be found. [default: true]
B:logEMCExploits=true
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]
# 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=false
}
}




mapperConfigurations {
mapperConfigurations {


OreDictionaryMapper {
OreDictionaryMapper {
# Set EMC=0 for everything that has an OD Name that starts with `ore`, `dust` or `crushed` besides `dustPlastic` [default: true]
# Set EMC=0 for everything that has an OD Name that starts with `ore`, `dust` or `crushed` besides `dustPlastic` [default: true]
B:blacklistOresAndDusts=true
B:blacklistOresAndDusts=true
}
}


CraftingMapper {
CraftingMapper {
# If this option is enabled items that are made by crafting, with unconsumed ingredients, should only get an emc value, if the unconsumed item also has a value. (Examples: Extra Utilities Sigil, Cutting Board, Mixer, Juicer...) [default: true]
# If this option is enabled items that are made by crafting, with unconsumed ingredients, should only get an emc value, if the unconsumed item also has a value. (Examples: Extra Utilities Sigil, Cutting Board, Mixer, Juicer...) [default: true]
B:emcDependencyForUnconsumedItems=true
B:emcDependencyForUnconsumedItems=true


irecipeimplementations {
irecipeimplementations {
# Maps `IRecipe` crafting recipes that extend `ShapedOreRecipe` or `ShapelessOreRecipe`. This includes CraftingRecipes that use OreDictionary ingredients. [default: true]
# Maps `IRecipe` crafting recipes that extend `ShapedOreRecipe` or `ShapelessOreRecipe`. This includes CraftingRecipes that use OreDictionary ingredients. [default: true]
B:enableVanillaOreRecipeMapper=true
B:enableVanillaOreRecipeMapper=true


# Maps `IRecipe` crafting recipes that extend `ShapedRecipes` or `ShapelessRecipes` [default: true]
# Maps `IRecipe` crafting recipes that extend `ShapedRecipes` or `ShapelessRecipes` [default: true]
B:enableVanillaRecipeMapper=true
B:enableVanillaRecipeMapper=true
}
}


}
}


SmeltingMapper {
SmeltingMapper {
# If X has a value and is smelted from Y, Y will get a value too. This is an experimental thing and might result in Mappings you did not expect/want to happen. [default: false]
# If X has a value and is smelted from Y, Y will get a value too. This is an experimental thing and might result in Mappings you did not expect/want to happen. [default: false]
B:doBackwardsMapping=false
B:doBackwardsMapping=false
}
}


}
}

CustomConversionMapper {
# Read file: appeng2.json? [default: true]
B:appeng2=true

# Read file: ExtraCells.json? [default: true]
B:potions=true

# Read file: potions.json? [default: true]
B:ExtraCells=true


# Create the default files if they are not present, yet. Will not overwrite them, only create them when they are not present. [default: true]
B:writeDefaultFiles=true
}