1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-01 23:25:09 +02:00

send biome data to clients

This commit is contained in:
p2r3
2025-08-20 23:11:07 +03:00
parent 77ea84f6d8
commit e60b5a44f9
3 changed files with 8 additions and 4 deletions

View File

@@ -28,6 +28,6 @@ uint8_t getTerrainAt (int x, int y, int z, ChunkAnchor anchor);
uint8_t getBlockAt (int x, int y, int z);
extern uint8_t chunk_section[4096];
void buildChunkSection (int x, int y, int z);
uint8_t buildChunkSection (int cx, int cy, int cz);
#endif