crossbow.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_iron_ingot": {
"conditions": {
"items": [
{
"items": [
"minecraft:iron_ingot"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_stick": {
"conditions": {
"items": [
{
"items": [
"minecraft:stick"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_string": {
"conditions": {
"items": [
{
"items": [
"minecraft:string"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:crossbow"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_tripwire_hook": {
"conditions": {
"items": [
{
"items": [
"minecraft:tripwire_hook"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_string",
"has_stick",
"has_iron_ingot",
"has_tripwire_hook",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:crossbow"
]
}
}