You've already forked minecraft-assets
33 lines
511 B
JSON
33 lines
511 B
JSON
{
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:stick"
|
|
]
|
|
},
|
|
"criteria": {
|
|
"has_the_recipe": {
|
|
"trigger": "minecraft:recipe_unlocked",
|
|
"conditions": {
|
|
"recipe": "stick"
|
|
}
|
|
},
|
|
"has_planks": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:planks"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_the_recipe"
|
|
],
|
|
[
|
|
"has_planks"
|
|
]
|
|
]
|
|
} |