Make armor stand no longer ground content

This commit is contained in:
Wuzzy 2017-05-30 17:18:19 +02:00
parent 5d494abf81
commit c5668b3f25
1 changed files with 1 additions and 0 deletions

View File

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