Items intruduced (WIP)

This commit is contained in:
MihailRis
2024-01-08 01:11:22 +03:00
parent 4f6ba8cca6
commit 4a57e71e81
12 changed files with 269 additions and 58 deletions
+3
View File
@@ -9,7 +9,10 @@ typedef unsigned int uint;
// use for bytes arrays
typedef uint8_t ubyte;
// content indices
typedef uint32_t itemid_t;
typedef uint16_t blockid_t;
typedef uint16_t blockstate_t;
typedef uint16_t light_t;