Adjust stack sizes of many items
This commit is contained in:
parent
b6575ab192
commit
b73ba9b270
9 changed files with 13 additions and 16 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue