add on_inventory_open and on_inventory_closed events

This commit is contained in:
MihailRis
2025-01-12 17:14:01 +03:00
parent e1150f9e05
commit 80128a4190
4 changed files with 45 additions and 3 deletions
+2
View File
@@ -111,6 +111,8 @@ struct WorldFuncsSet {
bool onplayertick;
bool onchunkpresent;
bool onchunkremove;
bool oninventoryopen;
bool oninventoryclosed;
};
class ContentPackRuntime {