Pseudo-add beetroot (no textures yet)

This commit is contained in:
Wuzzy 2017-02-01 13:27:49 +01:00
parent 3371479ff7
commit f2798ac11e
3 changed files with 117 additions and 0 deletions

View file

@ -231,6 +231,10 @@ minetest.register_craft({
output = "mcl_dye:red 2",
recipe = {{"mcl_flowers:rose_bush"}},
})
minetest.register_craft({
output = "mcl_dye:red",
recipe = {{"mcl_farming:beetroot_item"}},
})
minetest.register_craft({
type = "cooking",
output = "mcl_dye:dark_green",