From 602b398a66f59d9423a4c2123f64262b03d9f068 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Wed, 1 Feb 2017 23:18:09 +0100 Subject: [PATCH] Increast max head stack size to 64 --- mods/mcl_heads/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,