Crafting using Arcane Essence, Wooden Shovel and Any Iron Ingot, arranged in the pattern shown. Produces Graybeard Staff.
Graybeard Staff
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Related items
Developer reference
- Registry name
irons_spellbooks:graybeard_staff- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (1)
irons_spellbooks:items/staff
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" E",
" S ",
"I "
],
"ingredients": {
"E": {
"item": "irons_spellbooks:arcane_essence"
},
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"item": "minecraft:wooden_shovel"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}