forked from Mineclonia/Mineclonia
Make armor stand no longer ground content
This commit is contained in:
parent
5d494abf81
commit
c5668b3f25
|
@ -80,6 +80,7 @@ minetest.register_node("3d_armor_stand:armor_stand", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
paramtype2 = "facedir",
|
paramtype2 = "facedir",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
|
is_ground_content = false,
|
||||||
stack_max = 16,
|
stack_max = 16,
|
||||||
selection_box = {
|
selection_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in New Issue