Crafting using Pyrium Ingot, Arcane Cloth, Pyrium Ingot and Any Netherite Ingot, arranged in the pattern shown. Produces Pyrium Staff.
Pyrium Staff
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Related items
Developer reference
- Registry name
irons_spellbooks:pyrium_staff- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (1)
irons_spellbooks:items/staff
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" P ",
" CP",
"N "
],
"ingredients": {
"C": {
"item": "irons_spellbooks:magic_cloth"
},
"N": {
"tag": "forge:ingots/netherite"
},
"P": {
"tag": "forge:ingots/pyrium"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}