on_blocks_tick event

This commit is contained in:
MihailRis
2024-01-22 14:28:39 +03:00
parent 0c2b58c8ac
commit 5188ee7bd8
5 changed files with 36 additions and 2 deletions
+1
View File
@@ -27,6 +27,7 @@ struct block_funcs_set {
bool onbroken: 1;
bool oninteract: 1;
bool randupdate: 1;
bool onblockstick: 1;
};
struct CoordSystem {