Tin Heavy Crossbow
16×16 · BAKED

item· Weapons

Tin Heavy Crossbow

Spartan Weaponry · by ObliviousSpartan
item Heavy CrossbowsTin Weapons

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

Acquisition

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

Crafting conditional
Any Tin Ingot
Bow
Any Tin Ingot
Any Planks
Tripwire Hook
Any Planks
Handle
Tin Heavy Crossbow Tin Heavy Crossbow guaranteed
Developer reference
Registry name
spartanweaponry:tin_heavy_crossbow
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/heavy_crossbows
spartanweaponry:items/tin_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#D#",
    "PHP",
    " | "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/tin"
    },
    "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",
          "tin"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    },
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/tin",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:heavy_crossbow",
  "experience": null,
  "cooking_time": null
}