Crafting using Hippogryph Talon, Any Feathers, Any Iron Ingot, Any Feathers and Treated Stick, arranged in the pattern shown. Produces Hippogryph Talon Sword.
Hippogryph Talon Sword
Ice and Fire · by Alexthe666, TheBv
Function
Always slashes target, dealing extra damage Every use of it is a sweeping attack
Acquisition
Related items
Developer reference
- Registry name
iceandfire:hippogryph_sword- Namespace
iceandfire- Mod ID
iceandfire- Tags (2)
forge:items/tools minecraft:items/swords
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" T ",
"FIF",
" S "
],
"ingredients": {
"F": {
"tag": "forge:feathers"
},
"I": {
"tag": "forge:ingots/iron"
},
"S": {
"tag": "forge:rods/wooden"
},
"T": {
"item": "iceandfire:hippogryph_talon"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}