Crafting using Any Diamond Gem, Bow, Any Diamond Gem, Any Planks, Tripwire Hook, Any Planks and Handle, arranged in the pattern shown. Produces Diamond Heavy Crossbow.
item· Weapons
Diamond Heavy Crossbow
Spartan Weaponry · by ObliviousSpartan
Diamond Heavy Crossbow is a item from Spartan Weaponry, crafted from Any Diamond Gem, Bow, Any Planks, Tripwire Hook, and Handle.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:diamond_heavy_crossbow- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/diamond_weapons spartanweaponry:items/heavy_crossbows
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#D#",
"PHP",
" | "
],
"ingredients": {
"#": {
"tag": "forge:gems/diamond"
},
"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
}