Voxel changed from 16 bit to 32 bit + new lua functions

This commit is contained in:
MihailRis
2024-01-04 15:27:07 +03:00
parent 460b08a006
commit 06f66ffd71
10 changed files with 229 additions and 36 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ typedef unsigned int uint;
// use for bytes arrays
typedef uint8_t ubyte;
typedef uint8_t blockid_t;
typedef uint8_t blockstate_t;
typedef uint16_t blockid_t;
typedef uint16_t blockstate_t;
typedef uint16_t light_t;
#endif