Add blueberry bushes
This commit is contained in:
parent
2696b0cd91
commit
ab1a79b13c
13 changed files with 162 additions and 2 deletions
|
@ -49,6 +49,14 @@ minetest.register_craft({
|
|||
recipe = {"group:coal"},
|
||||
})
|
||||
|
||||
-- Manually add blueberries->violet dye
|
||||
|
||||
minetest.register_craft({
|
||||
type = "shapeless",
|
||||
output = "dye:violet 2",
|
||||
recipe = {"default:blueberries"},
|
||||
})
|
||||
|
||||
-- Mix recipes
|
||||
|
||||
local dye_recipes = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue