-
Bug
-
Resolution: Fixed
-
Minecraft 15w32c
-
None
-
Unconfirmed
tl;dr: When upgrading 1.7.10 --> 1.8.8 -->15w32c empty lines on 1.7.10 signs will be rendered as null in 15w32c.
- World was right now created in 1.7.10
- in 1.8.8 single and double quotes were removed, empty lines of 1.7.10 remain empty but represented internally as null
- in 15w32c empty lines of the 1.7.10 signs render as null whereas the empty lines of the 1.8.8 signs remain empty
- Upgrade over 1.8.8 is necessary, when directly upgrading 1.7.10 -> 15w32c empty lines remain empty
Version | NBT of empty line |
---|---|
1.7.10 | |
1.7.10 -> 1.8.8 | null |
1.7.10 -> 1.8.8 -> 15w32c | {"text":"null"} |
1.8.8 | "" |
1.8.8 -> 15w32c | {"text":""} |
1.7.10 -> 15w32c | {"text":""} |