diff --git a/crops/onion.lua b/crops/onion.lua index 049f869..af002ec 100644 --- a/crops/onion.lua +++ b/crops/onion.lua @@ -36,6 +36,12 @@ minetest.register_craft({ replacements = {{"farming:pot", "farming:pot"}} }) +-- yellow dye +minetest.register_craft({ + output = "dye:yellow", + recipe = {{"group:food_onion"}} +}) + -- crop definition local def = { drawtype = "plantlike",