Crafting using Chain, Chain, Mithril Scrap, Chain and Mithril Ingot, arranged in the pattern shown. Produces Amulet of Concentration.
Amulet of Concentration
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Function
Long Casts become uninterruptible
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Gameplay loot table: Basic Curios (irons_spellbooks) irons_spellbooks:basic_curios | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
irons_spellbooks:concentration_amulet- Namespace
irons_spellbooks- Mod ID
irons_spellbooks- Tags (1)
curios:items/necklace
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" S ",
"SXS",
" M "
],
"ingredients": {
"M": {
"item": "irons_spellbooks:mithril_ingot"
},
"S": {
"item": "minecraft:chain"
},
"X": {
"item": "irons_spellbooks:mithril_scrap"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}