Amb0s / simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
Other
1 stars 1 forks source link

Fix wrongly stacked items in chests after passing through an allocator #13

Open Amb0s opened 1 year ago

Amb0s commented 1 year ago

Like food, tools, armors... (reported by bread_1548)

Amb0s commented 1 year ago

Items can apparently be overstacked above 64, deleting the item stack.

Amb0s commented 1 year ago

Steps to reproduce:

  1. Put an allocator nearby a chest (single or double)
  2. Leave one free slot in that chest
  3. Throw at least 64 items
  4. Wait for them to stack on the ground
  5. Power the allocator
Amb0s commented 1 year ago

Is it a BTA bug?

Amb0s commented 1 year ago

A workaround was implemented but the block behavior still needs to be fixed