Book Upgrade using Spell Book, arranged in the pattern shown. Produces Mage's Spell Book.
Mage's Spell Book
Ars Nouveau · by Bailey Hollingsworth
Acquisition
Dye using Any Dyes and Mage's Spell Book. Produces Mage's Spell Book.
Used in (2)
Book Upgrade using Mage's Spell Book, Nether Star, Wilden Tribute, Emerald, Emerald, Ender Pearl, Ender Pearl, Ender Pearl and Totem of Undying. Produces Archmage Spell Book.
Dye using Any Dyes and Mage's Spell Book. Produces Mage's Spell Book.
Developer reference
- Registry name
ars_nouveau:apprentice_spell_book- Namespace
ars_nouveau- Mod ID
ars_nouveau- Tags (2)
minecraft:items/bookshelf_books minecraft:items/lectern_books
Recipe JSON (2):
{
"recipe_type": "ars_nouveau:book_upgrade",
"pattern": [
" ",
" y ",
" "
],
"ingredients": {
"y": {
"item": "ars_nouveau:spell_book"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "ars_nouveau:dye",
"pattern": null,
"ingredients": [
{
"tag": "forge:dyes"
},
{
"item": "ars_nouveau:apprentice_spell_book"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}