add on_chunk_present and on_chunk_remove events

This commit is contained in:
MihailRis
2025-01-12 05:41:42 +03:00
parent cfa6b5e578
commit 22c7cb8398
9 changed files with 65 additions and 9 deletions
+2
View File
@@ -109,6 +109,8 @@ struct WorldFuncsSet {
bool onblockbroken;
bool onblockinteract;
bool onplayertick;
bool onchunkpresent;
bool onchunkremove;
};
class ContentPackRuntime {