I ran into an issue :
- to make Basic Electronic Board I need capacitors
- to make capacitors I need ceramic
- to make ceramic I need clay
- to make clay I need a washing plant
- to make a washing plant I need Basic Electronic Board
.... am I missing something ? Is a recipe bugged out ?
Update : i applied the same fix as for the ores :
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")
And now I see a new recipe, easier for electronic boards.
Thanks