Crafting using Amethyst Shard, Chain, Amethyst Shard, Weapon Parts and Chain, arranged in the pattern shown. Produces Amethyst Rapier.
Amethyst Rapier
Iron's Spells 'n Spellbooks · by Iron431, Lab3
Acquisition
Related items
Developer reference
- Registry name
irons_spellbooks:amethyst_rapier- 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": [
" A",
"CA ",
"WC "
],
"ingredients": {
"A": {
"item": "minecraft:amethyst_shard"
},
"C": {
"item": "minecraft:chain"
},
"W": {
"item": "irons_spellbooks:weapon_parts"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}