diff --git a/recipes.lua b/recipes.lua index 0ed540b..2b45313 100644 --- a/recipes.lua +++ b/recipes.lua @@ -183,3 +183,10 @@ minetest.register_craft({ }, }) +minetest.register_craft({ + type = "cooking", + output = "dye:cyan", + recipe = "default:cactus", + cooktime = 3, +}) +