-
Bug
-
Resolution: Works As Intended
-
None
-
23w40a, 1.20.4, 24w10a
-
None
-
Confirmed
-
Datafixer, Items
The bug
If a written book in a 1.20.2 world contains JSON text that is invalid as of 1.20.3, the book will stop working after the world is upgraded. This only affects unread books (that is, books without the resolved tag set to true).
How to reproduce
- In Version 1.20.2, give yourself two identical written books as follows:
/give @s written_book{pages:['{"text":"Sample text","color":"zzz"}'],title:MC-269335,author:j_p_smith} 2
- Place the books in separate slots
- Open one of the books
- Save the world and open it in the latest version/snapshot
- Open the same book as before
→ This book displays its text correctly - Open the other book
→ This book displays raw JSON text (1.20.4) or is blank (24w10a)
- relates to
-
MC-267619 Custom written book commands from before 1.20.4 no longer work
- Resolved