Crafting using Any Gold Ingot, Bow, Any Gold Ingot, Any Planks, Tripwire Hook, Any Planks and Handle, arranged in the pattern shown. Produces Golden Heavy Crossbow.
item· Weapons
Golden Heavy Crossbow
Spartan Weaponry · by ObliviousSpartan
Golden Heavy Crossbow is a item from Spartan Weaponry, crafted from Any Gold Ingot, Bow, Any Planks, Tripwire Hook, and Handle.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:golden_heavy_crossbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/golden_weapons spartanweaponry:items/heavy_crossbows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#D#",
"PHP",
" | "
],
"ingredients": {
"#": {
"tag": "forge:ingots/gold"
},
"D": {
"item": "minecraft:bow"
},
"H": {
"item": "minecraft:tripwire_hook"
},
"P": {
"tag": "minecraft:planks"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"heavy_crossbow"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:heavy_crossbow",
"experience": null,
"cooking_time": null
}