diff --git a/mods/mcl_temp_helper_recipes/init.lua b/mods/mcl_temp_helper_recipes/init.lua index 890b7695..87d495f0 100644 --- a/mods/mcl_temp_helper_recipes/init.lua +++ b/mods/mcl_temp_helper_recipes/init.lua @@ -65,9 +65,9 @@ minetest.register_craft({ minetest.register_craft({ output = "mcl_end:chorus_fruit", recipe = { - { "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" }, - { "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" }, - { "mcl_flowers:allium", "mcl_flowers:allium", "mcl_flowers:allium" }, + { "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" }, + { "mcl_end:end_stone", "mcl_end:end_stone", "mcl_end:end_stone" }, + { "mcl_flowers:allium", "mcl_end:end_stone", "mcl_flowers:allium" }, }, })