====== minecraft:writable ====== The ''minecraft:writable'' item component allows its user to write text on the item by using the item. The written text is stored in the [[mc>Data_component_format#writable_book_content|minecraft:writable_book_content]] item stack component. ==== Fields ==== ^ Name ^ Description ^ Type ^ Default Value ^ | ''transforms_into'' | The item to turn into once signed. | An item | | ==== Example ==== { "transforms_into": "minecraft:written_book" }