Heavy Crossbow
16×16 · BAKED

item· Weapons

Heavy Crossbow

Immersive Aircraft · by Luke100000
item Weapons

Heavy Crossbow is a item from Immersive Aircraft, crafted from Crossbow, Tripwire Hook, and Alpha Log. A heavy crossbow with a powerful punch, requires arrows.

Function

A heavy crossbow with a powerful punch, requires arrows.

Acquisition

Crafting using Crossbow, Tripwire Hook and Alpha Log, arranged in the pattern shown. Produces Heavy Crossbow.

Crafting
Heavy Crossbow Heavy Crossbow guaranteed
Developer reference
Registry name
immersive_aircraft:heavy_crossbow
Namespace
immersive_aircraft
Mod ID
immersive_aircraft
Tags (1)
immersive_aircraft:items/weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CH ",
    "W  ",
    "   "
  ],
  "ingredients": {
    "C": {
      "anyOf": [
        {
          "item": "minecraft:crossbow"
        }
      ]
    },
    "H": {
      "anyOf": [
        {
          "item": "minecraft:tripwire_hook"
        }
      ]
    },
    "W": {
      "anyOf": [
        {
          "tag": "minecraft:logs"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}