Refined Storage

Refined Storage

115M Downloads

Cannot retrieve specific modded items with complex NBT data (e.g., Bonsai Pot, Mob Imprisonment Tool)

Closed this issue ยท 2 comments

commented

Describe the bug

Certain modded items, such as the Bonsai Pot or Mob Imprisonment Tool, become stuck in the storage system. They can be inserted into the Grid but cannot be withdrawn. Vanilla items with NBT data, like enchanted tools, are not affected.

How can we reproduce this bug or crash?

1.set up a basic Refined Storage system (Controller, Disk Drive, Storage Disk, Grid).
2.Obtain one of the following items:

  • A "Bonsai Pot" from the Bonsai Trees mod.
  • A "Mob Imprisonment Tool" from the Industrial Foregoing mod (especially one that contains a mob).
  1. Insert the item into the storage system via the Grid. It appears correctly in the list.
  2. Attempt to withdraw the item from the Grid by clicking on it.

What Minecraft version is this happening on?

Minecraft 1.21.1

What NeoForge or Fabric version is this happening on?

NeoForge 21.1.187

What Refined Storage version is this happening on?

v2.0.0-beta.2

Relevant log output

commented

This issue seems to be highly specific. It affects items with complex NBT data structures from certain mods, but not all items with NBT. For example, standard enchanted tools (which have NBT for enchantments and damage) work perfectly fine. This suggests the issue might be related to how Refined Storage handles the particular NBT data of the affected items. The Bonsai Pot and Mob Imprisonment Tool are the only examples I have confirmed so far, but it is possible that other untested items with similar NBT structures are also affected.