mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
[CSM] Add callback on open inventory (#5793)
This commit is contained in:
parent
b9fb3cea33
commit
4e19791cde
6 changed files with 42 additions and 5 deletions
|
@ -73,3 +73,4 @@ core.registered_on_placenode, core.register_on_placenode = make_registration()
|
|||
core.registered_on_item_use, core.register_on_item_use = make_registration()
|
||||
core.registered_on_modchannel_message, core.register_on_modchannel_message = make_registration()
|
||||
core.registered_on_modchannel_signal, core.register_on_modchannel_signal = make_registration()
|
||||
core.registered_on_inventory_open, core.register_on_inventory_open = make_registration()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue