Pseudo-add beetroot (no textures yet)
This commit is contained in:
parent
3371479ff7
commit
f2798ac11e
3 changed files with 117 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue