forked from EXTERNAL/bareiron
implement respawning
This commit is contained in:
@@ -29,6 +29,8 @@ uint8_t recv_buffer[256] = {0};
|
||||
uint32_t world_seed = 0xA103DE6C;
|
||||
uint32_t rng_seed = 0xE2B9419;
|
||||
|
||||
uint64_t world_time = 0;
|
||||
|
||||
uint16_t client_count;
|
||||
|
||||
BlockChange block_changes[20000];
|
||||
|
Reference in New Issue
Block a user