Fixed Ore Detector Guide book pages so they render as plain readable text in-game.
Cause of bug: pages were stored as serialized JSON text components, which Minecraft displayed literally.
Fix: changed pages to plain string entries in minecraft:written_book_content.pages.
