forked from VoxeLibre/VoxeLibre
No static_save for chest entities
This commit is contained in:
parent
de810cee81
commit
17ff0c9be5
|
@ -28,6 +28,7 @@ minetest.register_entity("mcl_chests:chest", {
|
||||||
visual_size = {x = 3, y = 3},
|
visual_size = {x = 3, y = 3},
|
||||||
pointable = false,
|
pointable = false,
|
||||||
physical = false,
|
physical = false,
|
||||||
|
static_save = false,
|
||||||
},
|
},
|
||||||
|
|
||||||
set_animation = function(self, animname)
|
set_animation = function(self, animname)
|
||||||
|
|
Loading…
Reference in New Issue