[1.12] Bin crafting item duplication
tomelfring opened this issue ยท 1 comments
Issue description:
Items could be duplicated when adding items to a bin in a crafting table due to bin stacking.
Temporary workaround (disable stacking of it) in the commit which is referenced below (don't know the SHA of it yet)
Steps to reproduce:
- Place a single (empty) bin in the middle of a crafting table
- Add a stack of a random item to any other slot
- See the correct output appear, with on the tooltip the right amount of items
- DO NOT CRAFT YET!
- Add another 63 empty bins to the bin already in the crafting table, do not pick it out
- Check that the output hasn't changed
- "Craft" one filled bin
- Check the crafting grid, it now contains 126 bins and a stack of 126 items.
Version (make sure you are on the latest version before reporting):
Forge: 14.22.0.2446
Mekanism: SHA: 03016dd
Other relevant version: Using develop environment, with all the there present mods.
If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)
No crash log, confirmed there are no other log rules appearing.
The duplication bug is solved by disabling stacking, re-enabling the stacking is opened in a new feature (there are more similar duplication bugs) in #4765.