[1.17.1] → [1.12.2] Text on the signs containing scoreboards is not displayed
Felix14-v2 opened this issue · 1 comments
[Demo]
This only affects the "score" text type.
To Reproduce
- Connect to 1.12.2 server and run commands below
/scoreboard objectives add scoreboard dummy
/scoreboard players set @p scoreboard 1
- Place the sign using
/setblock ~ ~ ~ minecraft:standing_sign 0 replace {Text1:"{\"score\":{\"name\":\"@s\",\"objective\":\"scoreboard\"},\"color\":\"black\",\"extra\":[{\"text\":\"←invisible\",\"color\":\"black\"}]}",Text2:"{\"text\":\"random text\",\"color\":\"black\"}",Text3:"{\"text\":\"random text\",\"color\":\"black\"}",Text4:"{\"text\":\"random text\",\"color\":\"black\"}"}
or /give @p minecraft:sign 1 0 {BlockEntityTag:{Text1:"{\"score\":{\"name\":\"@p\",\"objective\":\"scoreboard\"},\"color\":\"black\",\"extra\":[{\"text\":\"←invisible\",\"color\":\"black\"}]}",Text2:"{\"text\":\"random text\",\"color\":\"black\"}",Text3:"{\"text\":\"random text\",\"color\":\"black\"}",Text4:"{\"text\":\"random text\",\"color\":\"black\"}"}}
Note: possible clone of #118, which I presumed fixed