Support defining input order
TheKidThatCodes opened this issue · 3 comments
Issue type:
- ➕ Feature request
Short description:
When inputting to a crafting machine that is picky about what order you insert things in, it sometimes puts things in in the correct order and sometimes does not
specific case:
- block: tinkers casting basin
- recipe: scorched stone
- Input 1 Gravel, then 500mb magma (liquid magma block/cream)
Steps to reproduce the problem:
setup system with required ingredients, machines, and interfaces
make recipe, and put it into crafter
use recipe
it puts in 500mb magma and no gravel because the magma is allready there so it thinks you are crafting a magma block and does not let you input items because it has a recipe set
Expected behaviour:
way to configure order, i saw some other issue asking for "machine recipe" this looks like a way to do it
Versions:
- This mod: idk, prob irrelavant, just ask
- Minecraft: 1.20.1
- Mod loader version: forge 47 point smth, prob irrelevant
Log file:
Thanks for reporting!
Hi, this is more of a "its brik because not present feature", not a bug report. though there is a workaround using some redstone and some interfaces making a isolated subsystem for just recipes of a single form factor, i do think "machine recipes" would be a better solution.
suggestion:
- a machine recipe is a list of steps of what to insert/extract, each item can select what face of block, maybe multiple machine crafting interfaces working together for multiblock machines.
- this would probably be a hastle to code, and making it be able to be automatically be constructed would be even worse