Trying to create a book and quill containing both writable_book_content
and written_book_content
components using commands deletes the writable_book_content
component, even though this is the component meant to be primarily used by writable books, not written_book_content
.
How to reproduce:
Execute the following command:
/give @s minecraft:writable_book[minecraft:writable_book_content={pages:["Test page"]},minecraft:written_book_content={author:Mojira,title:MC-278043}]
While holding the book you were given, execute the following command:
/data get entity @s SelectedItem
→ ❌ The
writable_book_content
component is not present on the item.Open the book you were given.
→ ❌ The book is not editable, since thewritable_book_content
component is not present.
Expected result:
Writable books would prioritize the writable_book_content
component over the written_book_content
component.
Observed result:
Writable books prioritize the written_book_content
component over the writable_book_content
component.
Comments 2
Thank you for your report!
After consideration, the issue is being closed as Working as Intended.
Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.
Full Version History – Snapshot Version History – The official Minecraft feedback site
Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support (Technical Issues) – 📧 Microsoft Support (Account Issues)
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki
Can confirm.