make floor stone

This commit is contained in:
MeexReay 2025-05-07 23:44:51 +03:00
parent 03b1a25c06
commit 6dcb061271

View File

@ -127,7 +127,7 @@ pub fn send_example_chunk(client: Arc<ClientContext>, 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