add 'on_breaking', 'on_block_breaking' events

This commit is contained in:
MihailRis
2024-12-21 14:09:17 +03:00
parent c3f22c6854
commit 4363883728
5 changed files with 60 additions and 82 deletions
+1
View File
@@ -38,6 +38,7 @@ struct BlockFuncsSet {
bool init : 1;
bool update : 1;
bool onplaced : 1;
bool onbreaking : 1;
bool onbroken : 1;
bool onreplaced : 1;
bool oninteract : 1;