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:
parent
211cedca3a
commit
8842235ec6
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue
Block a user