Ore Processing Concepts: Difference between revisions

m
added bloodmagic meteor version of oilsands ore to the macerator regex after having issues with it in my own world
m (tagging cleanup)
m (added bloodmagic meteor version of oilsands ore to the macerator regex after having issues with it in my own world)
Line 203:
For our purposes we will want the following definitions (within the brackets) inside our ME Storage Buses, based on the machines they are facing. The brackets themselves are not required for the Oredict definitions.
 
# To Macerators: (crushedCentrifuged* | ore* & !oreOilsands & !oreBlackgraniteOilsands). In human-speak, this means Ores OR Centrifuged Ores AND exclude Ore Oilsands, which cannot be macerated. This enables initial maceration of whole ores (from VMs) and maceration of centrifuged ores (from LTRs) to recover tertiary byproducts.
# To OWPs: (crushed* & !crushedPurified* & !crushedCentrifuged* &!crushedBastnasite & !crushedMonazite). This means Crushed Ores that are NOT Purified and are NOT Centrifuged, as well as NOT Crushed Bastnasite and NOT Crushed Monazite This is needed because (crushed*) by itself also encompasses crushed, purified AND centrifuged ores due to the ways they are oredicted. The crushed Bastnasite and Monazite ores go into the Lanthanide Processing Line.
# To LTRs: (crushedPurified* & !*Galena* & !*Sphalerite*). This means Purified Ores that are NOT containing Galena AND are NOT containing Sphalerite in their names. This is needed as we want to export these 2 specific purified ores for indium processing later.
2

edits