Mekanism

Mekanism

111M Downloads

[1.12] Bin crafting item duplication

tomelfring opened this issue ยท 1 comments

commented

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:

  1. Place a single (empty) bin in the middle of a crafting table
  2. Add a stack of a random item to any other slot
  3. See the correct output appear, with on the tooltip the right amount of items
  4. DO NOT CRAFT YET!
  5. Add another 63 empty bins to the bin already in the crafting table, do not pick it out
  6. Check that the output hasn't changed
  7. "Craft" one filled bin
  8. 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.

commented

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.