Add flower pot craft, rename brick stuff

This commit is contained in:
Wuzzy 2017-02-01 18:51:26 +01:00
parent b8aec37c98
commit 147a983956
7 changed files with 23 additions and 12 deletions

View file

@ -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",