-
Bug
-
Resolution: Unresolved
-
None
-
25w02a
-
None
-
Community Consensus
-
Commands
Reproduction
1.
/setblock <pos> oak_sign{front_text: {messages: [{text: "hello", bold: true}, {text: "a"}, {text: "b"}, {text: "c"}]}}
2.
/data get block <pos> front_text.messages
Expected
The data get returns
[{text: "hello", bold: true}, {text: "a"}, {text: "b"}, {text: "c"}]
Observed
The data get returns
[{text: "hello", bold: true}, {"": "a"}, {"": "b"}, {"": "c"}]
with the key that's supposed to say text being an empty string instead.
- relates to
-
MC-279252 Editing a single line of a sign is no longer possible in some situations
- Open