forked from VoxeLibre/VoxeLibre
Increast max head stack size to 64
This commit is contained in:
parent
c0d2d5e5fb
commit
602b398a66
|
@ -21,7 +21,7 @@ local function addhead(node, desc)
|
||||||
"head_"..node.."_face.png",
|
"head_"..node.."_face.png",
|
||||||
},
|
},
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
stack_max = 16,
|
stack_max = 64,
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
walkable = true,
|
walkable = true,
|
||||||
|
|
Loading…
Reference in New Issue