blue_stained_hardened_clay.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:blue_stained_hardened_clay"
]
},
"criteria": {
"has_hardened_clay": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:hardened_clay"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "blue_stained_hardened_clay"
}
}
},
"requirements": [
[
"has_hardened_clay",
"has_the_recipe"
]
]
}