1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-11-05 01:40:40 +01:00

blueberries can make blue dye

This commit is contained in:
tenplus1 2022-01-28 16:18:38 +00:00
parent 211cedca3a
commit 8842235ec6

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