minecraft-src/data/minecraft/advancement/recipes/building_blocks/bricks.json
2025-07-04 01:41:11 +03:00

32 lines
No EOL
547 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_brick": {
"conditions": {
"items": [
{
"items": "minecraft:brick"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:bricks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_brick"
]
],
"rewards": {
"recipes": [
"minecraft:bricks"
]
}
}