Crafting using Silver Ingot and Flint, arranged in the pattern shown. Produces Athame.
Athame
Bewitchment · by MoriyaShiine, cybercat5555
Athame is a item from Bewitchment, crafted from Silver Ingot and Flint.
Acquisition
Used in (2)
Developer reference
- Registry name
bewitchment:athame- Namespace
bewitchment- Mod ID
bewitchment- Tags (2)
bewitchment:items/average_swords minecraft:items/swords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" X",
"# "
],
"ingredients": {
"#": {
"item": "flint"
},
"X": {
"tag": "c:silver_ingots"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}