add test entities prototype

This commit is contained in:
MihailRis
2024-06-23 22:09:04 +03:00
parent 6f618ae3ff
commit ba458be334
7 changed files with 121 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ using ubyte = uint8_t;
using itemid_t = uint32_t;
using blockid_t = uint16_t;
using entityid_t = uint64_t;
using itemcount_t = uint32_t;
using blockstate_t = uint16_t;
using light_t = uint16_t;