Add flower pot craft, rename brick stuff
This commit is contained in:
parent
b8aec37c98
commit
147a983956
7 changed files with 23 additions and 12 deletions
|
@ -331,6 +331,14 @@ minetest.register_node("mcl_flowers:pot",{
|
|||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "mcl_flowers:pot",
|
||||
recipe = {
|
||||
{ "mcl_core:brick", "", "mcl_core:brick", },
|
||||
{ "", "mcl_core:brick", "" },
|
||||
},
|
||||
})
|
||||
|
||||
-- Lily Pad
|
||||
minetest.register_node("mcl_flowers:waterlily", {
|
||||
description = "Lily Pad",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue