mojira.dev
MC-57508

Sign with tellraw score storaged in NBT in inventory cause no update when placed

  1. Create a dummy objective called Test

  2. Set your score for objective Test to 1

  3. Perform this command:

    /setblock ~ ~ ~ standing_sign 0 replace {Text1:"{\"score\":{\"objective\":\"Test\",\"name\":\"@p\"}}"}
  4. Set your score to 2

  5. Do NBT Copy on the sign (middle mouse wheel and ctrl) and place it down

You will notice that the sign has still the old value (1) instead of the new (2) even if this sign was new placed

I am not sure if this is intended but I guess not

Comments 4

Can confirm. The NBT data of the sign after using /setblock becomes:

{id:"Sign",Text1:"{"score":{"name":"Skylinerw","objective":"TOKENS","value":"0"}}"}

Thus using pick-block will grab a sign that has that data. This is probably working as intended for all I know, perhaps as a way to translate what to display.

Who knows... but it would be great when it works 🙂

Seems to be fixed for 15w37a (and probably earlier)

In 17w06a it acts like described in the report. But like @unknown said this is very likely intended.

marcono1234

(Unassigned)

Community Consensus

json, nbt, sign, tellraw

Minecraft 14w25a, Minecraft 14w26b, Minecraft 14w28a, Minecraft 14w29b, Minecraft 14w30c, Minecraft 14w31a, Minecraft 1.8-pre2

Minecraft 15w36d

Retrieved