Crossbow
minecraft:crossbow

Crossbow

Minecraft · by Mojang Studios
item

Function

Projectile:

Acquisition

Crafting using Stick, Iron Ingot, Stick, String, Tripwire Hook, String and Stick, arranged in the pattern shown. Produces Crossbow.

Crafting
Stick
Iron Ingot
Stick
String
Tripwire Hook
String
Stick
Crossbow Crossbow guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–1100%
Loot table: Bastion Other (minecraft) minecraft:bastion_other1–2100%
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost1–1100%
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge1–1100%
Developer reference
Registry name
minecraft:crossbow
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#&#",
    "~$~",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "$": {
      "item": "minecraft:tripwire_hook"
    },
    "&": {
      "item": "minecraft:iron_ingot"
    },
    "~": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}