add core:struct_air

This commit is contained in:
MihailRis
2024-10-04 01:53:17 +03:00
parent 0cbc048523
commit a47b650591
5 changed files with 28 additions and 5 deletions
+1
View File
@@ -24,6 +24,7 @@ inline constexpr uint MAX_OPEN_REGION_FILES = 32;
inline constexpr blockid_t BLOCK_AIR = 0;
inline constexpr blockid_t BLOCK_OBSTACLE = 1;
inline constexpr blockid_t BLOCK_STRUCT_AIR = 2;
inline constexpr itemid_t ITEM_EMPTY = 0;
inline constexpr entityid_t ENTITY_NONE = 0;