You've already forked minecraft-assets
46 lines
740 B
JSON
46 lines
740 B
JSON
{
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:arrow"
|
|
]
|
|
},
|
|
"criteria": {
|
|
"has_feather": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:feather"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_flint": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:flint"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_the_recipe": {
|
|
"trigger": "minecraft:recipe_unlocked",
|
|
"conditions": {
|
|
"recipe": "arrow"
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_feather"
|
|
],
|
|
[
|
|
"has_flint"
|
|
],
|
|
[
|
|
"has_the_recipe"
|
|
]
|
|
]
|
|
} |