Merge branch 'main' into user-properties

This commit is contained in:
MihailRis
2024-11-24 12:58:09 +03:00
50 changed files with 669 additions and 224 deletions
+1
View File
@@ -97,6 +97,7 @@ struct ContentPackStats {
struct world_funcs_set {
bool onblockplaced : 1;
bool onblockreplaced : 1;
bool onblockbroken : 1;
bool onblockinteract : 1;
bool onplayertick : 1;