{ "parent": "minecraft:recipes/root", "criteria": { "has_bone_meal": { "conditions": { "items": [ { "items": [ "minecraft:bone_meal" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:bone_block" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_bone_meal" ] ], "rewards": { "recipes": [ "minecraft:bone_block" ] } }