Implement spellbook copying - #1231
Open
Robotgiggle wants to merge 9 commits into
Open
Conversation
Robotgiggle
force-pushed
the
copy-spellbook
branch
from
August 2, 2026 02:15
0d3d135 to
2b3c723
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements #1228.
This PR introduces a recipe (similar to the iota-holder sealing recipe) that takes a spellbook holding at least one iota, a second blank spellbook, and a catalyst item, and converts the empty spellbook into a copy of the filled one while consuming the catalyst and leaving the original spellbook in the table. By default, the catalyst is dragon's breath, but just like the sealing recipe it's actually based on a tag (
hexcasting:spellbook_copy_materials).It also adds a recipe to completely erase a spellbook by crafting it with soul sand (once again this is actually based on
hexcasting:spellbook_erase_materials), which among other things makes it easier to keep a continually updated backup copy of your main spellbook.Finally, the PR also fixes a bug with the existing sealing recipe, where anything else added to the crafting grid would not invalidate the craft and would be consumed upon taking out the sealed item.