Crafting using Vesper Wing, Shadow Silk, Pure Darkness, Shadow Silk, Vesper Wing and Shadow Silk, arranged in the pattern shown. Produces Dreadbow.
Dreadbow
Alex's Caves · by Alexthe668, Noonyeyz
Dreadbow is a tool from Alex's Caves, crafted from Vesper Wing, Shadow Silk, and Pure Darkness.
Acquisition
Developer reference
- Registry name
alexscaves:dreadbow- Namespace
alexscaves- Mod ID
alexscaves- Tags (2)
forge:items/tools/bows minecraft:items/bows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" VS",
"P S",
" VS"
],
"ingredients": {
"P": {
"item": "alexscaves:pure_darkness"
},
"S": {
"item": "alexscaves:shadow_silk"
},
"V": {
"item": "alexscaves:vesper_wing"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}