mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Fix #801
This commit is contained in:
parent
8b92d795d2
commit
c405242fa2
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue