mirror of
https://codeberg.org/tenplus1/farming.git
synced 2025-02-05 13:20:23 +01:00
blueberries can make blue dye
This commit is contained in:
parent
211cedca3a
commit
8842235ec6
@ -43,6 +43,12 @@ minetest.register_craft({
|
|||||||
replacements = {{"group:food_baking_tray", "farming:baking_tray"}}
|
replacements = {{"group:food_baking_tray", "farming:baking_tray"}}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
-- Bue Dye
|
||||||
|
minetest.register_craft({
|
||||||
|
output = "dye:blue",
|
||||||
|
recipe = {{"farming:blueberries"}}
|
||||||
|
})
|
||||||
|
|
||||||
-- blueberry definition
|
-- blueberry definition
|
||||||
local def = {
|
local def = {
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
Loading…
Reference in New Issue
Block a user