Leather Heavy Crossbow
16×16 · BAKED

item· Weapons

Leather Heavy Crossbow

Spartan Weaponry · by ObliviousSpartan
item Heavy CrossbowsLeather Weapons

Leather Heavy Crossbow is a item from Spartan Weaponry, crafted from Any Leather, Bow, Any Planks, Tripwire Hook, and Handle.

Acquisition

Crafting using Any Leather, Bow, Any Leather, Any Planks, Tripwire Hook, Any Planks and Handle, arranged in the pattern shown. Produces Leather Heavy Crossbow.

Crafting conditional
Any Leather
Bow
Any Leather
Any Planks
Tripwire Hook
Any Planks
Handle
Leather Heavy Crossbow Leather Heavy Crossbow guaranteed
Developer reference
Registry name
spartanweaponry:leather_heavy_crossbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/heavy_crossbows
spartanweaponry:items/leather_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#D#",
    "PHP",
    " | "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:leather"
    },
    "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
}