hay_block.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"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"
]
]
}