mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-14 15:11:05 +01:00
Increast max head stack size to 64
This commit is contained in:
parent
c0d2d5e5fb
commit
602b398a66
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue