You've already forked minecraft-assets
37 lines
624 B
JSON
37 lines
624 B
JSON
{
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:hay_block",
|
|
"minecraft:wheat"
|
|
]
|
|
},
|
|
"criteria": {
|
|
"has_at_least_9_wheat": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:wheat",
|
|
"count": {
|
|
"min": 9
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_the_recipe": {
|
|
"trigger": "minecraft:recipe_unlocked",
|
|
"conditions": {
|
|
"recipe": "hay_block"
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_at_least_9_wheat"
|
|
],
|
|
[
|
|
"has_the_recipe"
|
|
]
|
|
]
|
|
} |