Placed blocks do not retain their custom block name when destroyed
WiggleWizard opened this issue ยท 2 comments
Describe
Title says it all. Right now it's not a huge issue in my world because I usually place the blocks then never move them.
It would be SUPER handy if blocks retained their names, especially so in complex system in order to identify them easily without a very involved custom configuration step.
Steps to reproduce
- Rename a block from the mod in an anvil and place it down somewhere.
- Hook up a wired modem and call
getName()
on the block. You'll see the new name. - If using Jade (block info mod), the block's new name is never shown, only its original name.
- Breaking the block reverts it back to its original name.
Multiplayer?
No
Version
1.20.1-0.7.39r (Latest 1.20.1)
Minecraft, Forge and maybe other related mods versions
Minecraft 1.20.1
Screenshots or Videos
No response
Crashlog/log
No response