Support recipes with conflicting inputs
Skreperiukas opened this issue · 6 comments
Issue type:
- ➕ Feature request
Short description:
Items with same recipe can't be autocrafted.
Steps to reproduce the problem:
- Find items that share the same recipe (In my case it's @ValhelsiaFurniture Table and Chair && @minecraft Wooden Slab).
- Setup variable card with Wooden Slab recipe.
- Insert variable card into Crafting Interface.
- Crafting interface shows X mark and terminal does not have Wooden Slab autocrafting as an option.
Expected behaviour:
Network let's me craft the desired item setup according to Variable Card.
Versions:
- This mod: 1.1.6
- Minecraft: 1.20.1
- Forge: 47.2.1
Log file:
In vanilla yes. Modded sometimes has same recipes for multiple items and its usually fixed using @PolyMorph mod which adds a button in crafting table that lets you choose which outcome you want. I reported this because in larger modpacks this is inevitable and autocrafting for some items becomes impossible. I don't know how preciselly it should be fixed, but I think it's possible? @AppliedEnergystics2 has that figured out.
If you have equal inputs for the same recipe, then something must be wrong in your pack.
AFAIK, vanilla doesn't allow multiple equal-input recipes, and will just pick the first matching one when used.
Manually using the crafting table should produce the same issue.
Feel free to let me know if I misunderstood somehow.
I see, thanks for the clarification @Skreperiukas.
I'll convert this issue to a feature request.