Crafting using Cursium Ingot, String, Cursium Ingot, String, Black Steel Ingot and String, arranged in the pattern shown. Produces Cursed Bow.
Cursed Bow
cataclysm · by L_Ender
Function
You can shoot 3 Phantom Arrows
Acquisition
Related items
Developer reference
- Registry name
cataclysm:cursed_bow- Namespace
cataclysm- Mod ID
cataclysm- Tags (2)
cataclysm:items/explosion_immune_item forge:items/tools/bows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" XS",
"X S",
" #S"
],
"ingredients": {
"#": {
"item": "cataclysm:black_steel_ingot"
},
"S": {
"item": "minecraft:string"
},
"X": {
"item": "cataclysm:cursium_ingot"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
