Signs appear blank when replaced by a command block immediately after they are broken
How to reproduce:
/give @s minecraft:command_block
- Put in the command block the code:
setblock ~ ~ ~2 oak_wall_sign[facing=north]{front_text:{messages:['{"text":""}','{"text":"Example","color":"red","bold":true}','{"text":""}','{"text":""}']}} keep- Set the command block in repeating mode always active
- Try to break the sign
- The text of the sign won't show it but using: /data get block <coordinates> you can check that the nbt data of the text has to be showed
- In fact when exiting and re-entering the world the sign will show the text correctly
Expected Result:
The sign even if destroyed and replaced should show the text
Onedrive video:
2024-04-30, 11:56 AM
2024-08-12, 03:46 AM
1
3
Block states, Commands, Networking
22w11a, 1.20.6, 24w18a, 1.21.1
-