Create

Create

86M Downloads

Automatic Shapeless Crafting / Packing doesn't work if the recipe includes multiple of the same type of non-stackable item

Seraphaestus opened this issue ยท 0 comments

commented

Describe the Bug

Because of the way the basin only accepts one stack of each type of item, a recipe which includes multiple of the same type of non-stackable item cannot be made with basin packing / automatic shapeless crafting
I know that probably sounds like a really niche issue, but I'm working on a pack which changes stack sizes to 1, which renders all packing recipes impossible to automate in the basin

Potential fixes could be including a simple config option to disable the basin's smart behaviour so it just accepts any stacks it gets; or using the basin's recipe filter to check the ingredients' stack sizes and figure out how many stacks of each type to expect. I think the first could be better anyway, since the latter isn't very user-intuitive (it would still be broken by default and with no feedback that they need to set the filter to fix it), and for regular instances the config option could create a neat extra gameplay challenge, having to make dropper setups to control the ratio of items

Reproduction Steps

N/A

Expected Result

Automated shapeless crafting should be able to handle any shapeless crafting recipe without breaking

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

Windows 10

Mod Version

0.5.0i

Minecraft Version

1.19.2

Forge Version

43.2.0

Other Mods

No response

Additional Context

No response