Generate bug with homedecor sign

This commit is contained in:
Jat15 2014-01-03 22:52:55 +00:00
parent 5e80e87e48
commit d9da4eb3f3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ end
-- usage
local node = clone_registered("node","default:sign_wall")
node.groups = {choppy=2,dig_immediate=2,attached_node=1,sign=1}
node.groups = {choppy=2,dig_immediate=2,sign=1}
minetest.register_node(":default:sign_wall", node)