master #5

Merged
epCode merged 255 commits from VoxeLibre/VoxeLibre:master into master 2021-02-02 23:20:01 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c405242fa2 - Show all commits

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