Adjust stack sizes of many items

This commit is contained in:
Wuzzy 2017-01-16 23:34:40 +01:00
parent b6575ab192
commit b73ba9b270
9 changed files with 13 additions and 16 deletions

View file

@ -89,6 +89,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
paramtype = "light",
paramtype2 = "facedir",
walkable = false,
stack_max = 16,
selection_box = {
type = "fixed",
fixed = {-0.5,-0.5,-0.5, 0.5,1.4,0.5}