mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +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
|
@ -38,6 +38,12 @@ core.register_on_modchannel_signal(function(channel, signal)
|
|||
.. channel)
|
||||
end)
|
||||
|
||||
core.register_on_inventory_open(function(inventory)
|
||||
print("INVENTORY OPEN")
|
||||
print(dump(inventory))
|
||||
return false
|
||||
end)
|
||||
|
||||
core.register_on_placenode(function(pointed_thing, node)
|
||||
print("The local player place a node!")
|
||||
print("pointed_thing :" .. dump(pointed_thing))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue