When one names a block type using the anvil and it is placed and picked back up it is not named anymore.
I thought that after I named, the pumpkin for example, it would stay named after I wold pick it up.
What actually happened is that when I picked it up it reverted to it's previous name.
To reproduce:
1. Take block to anvil and name
2. place block on the ground
3. Break block and notice the name has reverted to original
Linked issues
duplicates 1
Comments 6
Well the reason I was wondering is because in my LP I have a pumpkin and I named him Wilson, so I was excited to be able to actually name him.
yeah, you can name the item, but similar to how when you place a sign in vechs map and it looses the custom enchantments, (I can find a video showing this if you want), the name is lost when you place it.
This is because the name can't be stored in the block data without making it a tile entity. If it was a tile entity then pistons could not interact with it, among other things. Current blocks only support damage values not strings of information embedded in them.