add 'on_block_present' event

This commit is contained in:
MihailRis
2025-11-17 23:50:52 +03:00
parent 1c81f8b7ad
commit ca3bc45d0f
7 changed files with 113 additions and 41 deletions
+1
View File
@@ -50,6 +50,7 @@ struct BlockFuncsSet {
bool randupdate : 1;
bool onblocktick : 1;
bool onblockstick : 1;
bool onblockpresent : 1;
};
struct CoordSystem {