Crafting using Dragon Bone, Any String, Witherbone, Any String, Dragon Bone and Any String, arranged in the pattern shown. Produces Dragon Bone Bow.
Dragon Bone Bow
Ice and Fire · by Alexthe666, TheBv
Acquisition
Related items
Developer reference
- Registry name
iceandfire:dragonbone_bow- Namespace
iceandfire- Mod ID
iceandfire- Tags (2)
forge:items/tools/bows forge:items/tools
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" DS",
"W S",
" DS"
],
"ingredients": {
"D": {
"item": "iceandfire:dragonbone"
},
"S": {
"tag": "forge:string"
},
"W": {
"tag": "forge:bones/wither"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}