minecraft-src/data/minecraft/advancement/recipes/misc/creaking_heart.json
2025-07-04 03:15:13 +03:00

32 lines
No EOL
581 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_resin_block": {
"conditions": {
"items": [
{
"items": "minecraft:resin_block"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:creaking_heart"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_resin_block"
]
],
"rewards": {
"recipes": [
"minecraft:creaking_heart"
]
}
}