This commit is contained in:
Elias Fleckenstein 2021-01-05 19:52:57 +01:00
parent 8b92d795d2
commit c405242fa2
1 changed files with 1 additions and 0 deletions

View File

@ -231,6 +231,7 @@ minetest.register_node("mcl_armor_stand:armor_stand", {
minetest.after(1, function(pos)
update_entity(pos)
end, pos)
minetest.set_node(pos, {name = "air"})
end,
on_rotate = function(pos, node, user, mode)
if mode == screwdriver.ROTATE_FACE then