[Suggestion]Facilitate Automation
Xikaro opened this issue ยท 1 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I would like to offer an example of facilitating the automatic processing of materials, using the example of an ore washing machine, which uses different configurations of circuit in the recipe, for the same type of ore
To automate via ae, this is difficult because when using ore dict export bus, the bus does not recognize the circuit configuration in the machine
Describe the solution you'd like
A clear and concise description of what you want to happen.
The solution to this problem can be the binding of different types of ore to a specific configuration of circuite.
For instance:
ore:crushedGold configuration 1
ore:dustPurePollucite configuration 2
ore:dustImpureTungstate configuration 3
(All names are taken randomly)
Similarly, in other machines where this problem occurs.
Here are how the Ore Washer recipes work:
Regular washing (with byproducts): water and configuration 1, or distilled water.
Quick washing (no byproducts): water and configuration 2.
I do not understand why the the oredict export bus is any relevant.
On a side note, the OreDict Export Bus from ExtraCells is considered to be extremely laggy. It kills the TPS. On public servers they ban it. I would highly recommend against using it.