Default: Expose open_chests and chest_lid_obstructed

This commit is contained in:
ForbiddenJ 2017-11-26 12:44:55 +01:00 committed by paramat
parent a2d7678ffd
commit b75a17984a
3 changed files with 80 additions and 30 deletions

View file

@ -34,3 +34,6 @@ if minetest.get_modpath("player_api") then
default.player_set_textures = player_api.set_textures
default.player_set_animation = player_api.set_animation
end
-- Chests
default.register_chest = default.chest.register_chest