mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-29 21:30:26 +02:00
Default: Expose open_chests and chest_lid_obstructed
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user