diff --git a/mods/mcl_heads/init.lua b/mods/mcl_heads/init.lua index 73b91319e..805958b2e 100644 --- a/mods/mcl_heads/init.lua +++ b/mods/mcl_heads/init.lua @@ -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,