add on_chunk_present and on_chunk_remove events
This commit is contained in:
@@ -109,6 +109,8 @@ struct WorldFuncsSet {
|
||||
bool onblockbroken;
|
||||
bool onblockinteract;
|
||||
bool onplayertick;
|
||||
bool onchunkpresent;
|
||||
bool onchunkremove;
|
||||
};
|
||||
|
||||
class ContentPackRuntime {
|
||||
|
||||
Reference in New Issue
Block a user