Exactly this, i'd like to know how i disable the recipes with the higher input, since they make using a sorter actually worse than just smelting the crushed ore unless you need the byproducts, in which case you still need to run crusher -> smelter for the main resource from the ore cause the other is too inefficient.
EDIT: Seems Like PYCoal touched by an angel isn't working as intended due to shift from 17 -> 18 of the game version of the source mods.
A fix that circumvented the issue was:
- Enter the lines: Credits to user Rohm.
In : PyCoalTBaA_0.9.8\prototypes\angels-mods\overrides\overrides-updates.lua
add the following lines at the end of the document :
fun.global_item_replacer("tin-ore","ore-tin")
fun.global_item_replacer("nickel-ore","ore-nickel")
fun.global_item_replacer("lead-ore","ore-lead")
fun.global_item_replacer("rutile-ore","ore-titanium")
fun.global_item_replacer("bauxite-ore","ore-aluminium")
fun.global_item_replacer("quartz","ore-quartz")
fun.global_item_replacer("zinc-ore","ore-zinc")
- Edits In: pyrawores_1.9.1.zip\pyrawores_1.9.1\prototypes\recipes
Search (ctrl + f) each recipe Lua for "Initial" and set the recipe for the initial plate from "true" to "false"
This will disable the duplicate recipe (that was default and unaffected by the compatibility mods)
Don't do it for nickel tho