mojira.dev
MC-9948

Renamed Tile Entities don't store their NBT data when placed.

Renamed Tile Entities don't store their NBT tag when placed.

What I was expecting to happen was:
The Tile Entity stored the information like this:

  • Slot

  • Id

  • Damage

  • Count

  • CustomName


What actually happened was:
The Renamed Tile Entity stores the NBT data only when it's an item entity in inventory.

Steps to Reproduce:
1-Place an Anvil.
2-Rename a tile entity to something else.
4-Place the block
3-Browse the NBT data of the tile entity.
4-Note that there isn't any NBT data about the CustomName tag.

Attachments

Comments

migrated
[media][media]
Nathan Adams

It stores the name the same place as every other item with a custom name.

migrated

Changed the title a little bit.

Nathan Adams

Works fine for me, even with brewing stands. http://dinnerbone.com/media/uploads/2013-02/screenshots/Minecraft_2013-02-18_14-28-51.H86376397.png

If they don't work for you, please force a crash (hold F3+C for 10 seconds then let go) and attach the crash report here.

migrated

Oh, I was using In game Editor 1.4.7 but it works only with snapshot. 😛 But still the hopper is the only one that doesn't change MC-7167

migrated

(Unassigned)

Unconfirmed

CustomName, NBT, block-entity, command_block, display-Name

Minecraft 1.4.7

Retrieved