lapis_block.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:lapis_block",
"minecraft:lapis_lazuli"
]
},
"criteria": {
"has_at_least_9_lapis": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"count": {
"min": 9
},
"data": 4
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "lapis_block"
}
}
},
"requirements": [
[
"has_at_least_9_lapis",
"has_the_recipe"
]
]
}