SvyatON/bookpaste — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Minecraft Fabric mod called BookPaste that makes pasting big chunks of text into writable books and signs feel effortless.

When the player opens a writable book and presses Ctrl plus V, the mod should take the clipboard text and fill the book pages automatically. It should split the text in a smart way, first trying to keep paragraphs together, then lines, sentences, and words, so pages don’t end in ugly broken words. If the book runs out of pages, keep only the leftover unfinished text in the clipboard and show a small in game notification so the player knows what happened.

Also make pasting into signs work nicely. It should spread text across the sign lines and avoid cutting words badly.

Please keep the behavior consistent across the supported Minecraft versions in this project and make it compatible with normal Fabric setups. Look up current Fabric or Minecraft docs online if you need to.

Want more depth? Deep Reverse