No static_save for chest entities

This commit is contained in:
Elias Fleckenstein 2021-01-04 17:14:51 +01:00
parent de810cee81
commit 17ff0c9be5
1 changed files with 1 additions and 0 deletions

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)