mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-26 12:31:05 +01:00
No static_save for chest entities
This commit is contained in:
parent
de810cee81
commit
17ff0c9be5
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue