You've already forked minecraft-assets
60 lines
1.1 KiB
JSON
60 lines
1.1 KiB
JSON
{
|
|
"parent": "minecraft:recipes/root",
|
|
"criteria": {
|
|
"has_iron_ingot": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"minecraft:iron_ingot"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"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_the_recipe",
|
|
"has_string",
|
|
"has_iron_ingot",
|
|
"has_tripwire_hook"
|
|
]
|
|
],
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:crossbow"
|
|
]
|
|
}
|
|
} |