Increast max head stack size to 64

This commit is contained in:
Wuzzy 2017-02-01 23:18:09 +01:00
parent c0d2d5e5fb
commit 602b398a66
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ local function addhead(node, desc)
"head_"..node.."_face.png",
},
paramtype = "light",
stack_max = 16,
stack_max = 64,
paramtype2 = "facedir",
sunlight_propagates = true,
walkable = true,