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 17ff0c9be5 - Show all commits

View File

@ -28,6 +28,7 @@ minetest.register_entity("mcl_chests:chest", {
visual_size = {x = 3, y = 3},
pointable = false,
physical = false,
static_save = false,
},
set_animation = function(self, animname)