-
Bug
-
Resolution: Fixed
-
Minecraft 1.9 Pre-Release 4, Minecraft 1.9, Minecraft 1.9.1 Pre-Release 1, Minecraft 1.9.1 Pre-Release 2, Minecraft 1.9.1 Pre-Release 3, Minecraft 1.9.1, Minecraft 1.9.2, Minecraft 16w14a, Minecraft 16w15a, Minecraft 16w15b, Minecraft 1.9.3 Pre-Release 1, Minecraft 1.9.3 Pre-Release 2, Minecraft 1.9.3 Pre-Release 3, Minecraft 1.9.3, Minecraft 1.9.4, Minecraft 16w20a, Minecraft 16w21a, Minecraft 16w21b, Minecraft 1.10 Pre-Release 1
-
None
-
Confirmed
Basically the title. If a JSON sign has a scoreboard objective tag on it, all of its block data will be erased upon world load.
Steps to reproduce:
1. Create a new world
2. run the following commands:
/scoreboard objectives add hi dummy /scoreboard players set @p hi 100
3. place a sign down
4. change the block data of the sign with the following command :
/blockdata x y z {Text1:"[\"\",{\"text\":\"hi\"}]",Text2:"[\"\",{\"score\":{\"name\":\"@p\",\"objective\":\"hi\"}}]"}
5. log out of the world
6. log back in
The sign's block data should be gone now.
- is duplicated by
-
MC-98262 Failed to load data for block entity Sign : java.lang.NullPointerException
- Resolved
-
MC-98559 Some signs will lose NBT data on reopening world in non-cheat mode when it has been editted by a commandblock!
- Resolved
-
MC-98635 Json text with score on signs disappears on chunk loading
- Resolved
-
MC-100591 JSON signs with scoreboard values go blank after relogging.
- Resolved
- relates to
-
MC-101457 JSON signs with the "score" tag don't work.
- Resolved
-
MC-120524 Signs controled by command blocks with scoreboards will make other block entities in the same chunk disappear after respawning
- Resolved