diff --git a/src/play/mod.rs b/src/play/mod.rs index ba80cd8..8254e16 100644 --- a/src/play/mod.rs +++ b/src/play/mod.rs @@ -127,7 +127,7 @@ pub fn send_example_chunk(client: Arc, x: i32, z: i32) -> Result< // blocks paletted container chunk_data.write_byte(0)?; // Bits Per Entry, use Single valued palette format - chunk_data.write_varint(57)?; // block state id in the registry (https://minecraft-ids.grahamedgecombe.com/) + chunk_data.write_varint(1)?; // block state id in the registry // biomes palleted container chunk_data.write_byte(0)?; // Bits Per Entry, use Single valued palette format