recipe for yellow dye using onion

This commit is contained in:
tenplus1 2022-12-24 16:18:22 +00:00
parent bcf8814c7b
commit 9c09ac86d4
1 changed files with 6 additions and 0 deletions

View File

@ -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",