Refined Storage

Refined Storage

77M Downloads

Shulkerbox will no be consumed in storage when placed by the constructor

rheinmentall opened this issue ยท 0 comments

commented

Describe the bug

When the constructor with exact mode off places a shulkerbox, the shulkerbox is not consumed in the storage system, and the constructor will place a empty box regardless of the original shulker box is filled or empty. Same thing also happens on the containers from other mods which will keep items inside when destroyed.

How can we reproduce this bug or crash?

Build a simple storage system, and connect a constructor to it, then add a shulkerbox (both empty and filled are OK) to the system.
Set the constructor to place shulkerbox with the exact mode off.
You will find the origin shulkerbox in the storage system is not consumed, and a empty box is placed.

What Minecraft version is this happening on?

Minecraft 1.16.5

What Forge version is this happening on?

1.16.5 forge 36.2.31

What Refined Storage version is this happening on?

RS 1.9.18

Relevant log output

No response