blueberries can make blue dye

This commit is contained in:
tenplus1 2022-01-28 16:18:38 +00:00
parent 211cedca3a
commit 8842235ec6
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ minetest.register_craft({
replacements = {{"group:food_baking_tray", "farming:baking_tray"}}
})
-- Bue Dye
minetest.register_craft({
output = "dye:blue",
recipe = {{"farming:blueberries"}}
})
-- blueberry definition
local def = {
drawtype = "plantlike",