Default: Expose open_chests and chest_lid_obstructed
This commit is contained in:
parent
a2d7678ffd
commit
b75a17984a
3 changed files with 80 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue