End stuff is not ground content

This commit is contained in:
Wuzzy 2017-01-28 01:58:17 +01:00
parent d737108e4e
commit 78dd7f4826
2 changed files with 3 additions and 1 deletions

View file

@ -296,7 +296,7 @@ minetest.register_node("flowers:pot",{
inventory_image="flowers_pot_inventory.png",
paramtype = "light",
groups = {dig_immediate=3,deco_block=1},
stack_max = 16,
stack_max = 64,
sounds = default.node_sound_defaults(),
after_place_node = function(pos, placer, itemstack)
local meta = minetest.get_meta(pos)