Crafting using Stick, Iron Ingot, Stick, String, Tripwire Hook, String and Stick, arranged in the pattern shown. Produces Crossbow.
Crossbow
Minecraft · by Mojang Studios
Function
Projectile:
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–1 | 100% | — |
Loot table: Bastion Other (minecraft) minecraft:bastion_other | 1–2 | 100% | — |
Loot table: Pillager Outpost (minecraft) minecraft:pillager_outpost | 1–1 | 100% | — |
Loot table: Bastion Bridge (minecraft) minecraft:bastion_bridge | 1–1 | 100% | — |
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
}