From 8f0f0c6a5e1a9b3826153f09d6b9b7e547bae720 Mon Sep 17 00:00:00 2001 From: GIKExe <72767917+GIKExe@users.noreply.github.com> Date: Tue, 6 May 2025 22:33:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=B7=D0=B5=D0=BC=D0=BB=D1=8F=20=D0=B2=D0=BC?= =?UTF-8?q?=D0=B5=D1=81=D1=82=D0=BE=20=D0=BA=D0=B0=D0=BC=D0=BD=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/protocol/play.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocol/play.rs b/src/protocol/play.rs index 4c95a8f..ac02334 100644 --- a/src/protocol/play.rs +++ b/src/protocol/play.rs @@ -177,7 +177,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(1)?; // block state id in the registry (1 for stone) + chunk_data.write_varint(10)?; // block state id in the registry (1 for stone) // biomes palleted container chunk_data.write_byte(0)?; // Bits Per Entry, use Single valued palette format