[BUG] Advanced inserter destroys carts cointaining wooden crates or any barrels
Hawk777 opened this issue ยท 1 comments
Describe the bug
The advanced inserter is supposed to take crates or barrels out of minecarts, leaving the empty carts behind. This works fine for steel crates and reinforced crates. However, for carts containing wooden crates, wooden barrels, or metal barrels, the cart is also destroyed.
To Reproduce
Steps to reproduce the behavior:
- Place some track.
- Two squares away from the track, place an inserter with arrows pointing away from the track.
- Two squares away from the inserter, put a destination inventory.
- Craft a minecart with wooden crate.
- Place the minecart on the track where the inserter can reach it.
- Send a packet to the inserter with
b
set to true, allowing it to take blocks out of carts.
Expected behavior
The inserter should move the crate to the destination inventory while leaving an empty cart on the track.
Environment
- OS: Linux
- Minecraft version: 1.12.2
- Forge version: 14.23.5.2854
- Immersive Intelligence version: 0.1.1
- Immersive Engineering version: 0.12-98
Fixed in #25, as a part of the inserter rework.