Crafting using Mithril Ingot, Any Diamond Gem, Mithril Ingot, Weapon Parts and Any Diamond Gem, arranged in the pattern shown. Produces Spellbreaker.
Spellbreaker
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Related items
Developer reference
- Registry name
irons_spellbooks:spellbreaker- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (2)
forge:items/tools/melee_weapon minecraft:items/swords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" M",
"DM ",
"WD "
],
"ingredients": {
"D": {
"tag": "forge:gems/diamond"
},
"M": {
"tag": "forge:ingots/mithril"
},
"W": {
"item": "irons_spellbooks:weapon_parts"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}