From 6dcb061271395178bbd7cee353ed5c58452f0b95 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Wed, 7 May 2025 23:44:51 +0300 Subject: [PATCH] make floor stone --- src/play/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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