Integrated Tunnels

Integrated Tunnels

79M Downloads

Blocks lose their NBT data/components when placed with a block exporter

B1n-ry opened this issue ยท 1 comments

commented

Issue type:

  • ๐Ÿ› Bug

Short description:

When placing a block containing NBT data/components (for example a nbt-copied chest) with a block exporter (when the block is available in an inventory connected to by an item interface), the block is placed without said NBT data.

I ran into this issue using the cardboard box from mekanism, but it's reproducable with just vanilla and integrated mods using vanilla chests, at least in my testing.

Steps to reproduce the problem:

  1. Place a chest with a connected item interface
  2. Connect the item interface with a block exporter (and configure it to place all block items)
  3. Place a new chest down, and put some items in it
  4. Ctrl-pickblock the chest to copy it with all its data
  5. Place the chest item of the copied chest from step 4 inside the chest you placed in step 1
  6. An empty chest will be placed, and the items that should've been inside are voided

You can also connect a block reader and display to read the block data, and visualize the difference from placing the chest manually, and having the block exporter do it for you

Expected behaviour:

The placed chest (or whatever data-holding block you have) is placed with all its data still intact


Versions:

  • Integrated Tunnels (this mod): 1.8.35

  • Minecraft: 1.21.1

  • Mod loader version: Neoforge 21.1.128

  • Integrated Dynamics: 1.25.7

  • Cyclopscore: 1.25.7

  • Common Capabilities: 2.9.7-197

commented

Thanks for reporting!