mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 11:17:30 +01:00
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},
|
||||
pointable = false,
|
||||
physical = false,
|
||||
static_save = false,
|
||||
},
|
||||
|
||||
set_animation = function(self, animname)
|
||||
|
Loading…
Reference in New Issue
Block a user