From 856a3252f693421df519cbc4d9bc03cfc0f0c212 Mon Sep 17 00:00:00 2001 From: mat Date: Sun, 17 Sep 2023 21:44:17 -0500 Subject: heightmaps --- .../clientbound_level_chunk_with_light_packet.rs | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'azalea-protocol/src') diff --git a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs index 2fc00f83..c10fa737 100755 --- a/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs +++ b/azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs @@ -27,3 +27,34 @@ pub struct BlockEntity { pub kind: azalea_registry::BlockEntityKind, pub data: Nbt, } + +// Compound(NbtCompound { +// inner: [("", Compound(NbtCompound { +// inner: [ +// ("MOTION_BLOCKING", LongArray([2310355422147575936, +// 2292305770412047999, 2310355422147575423, 2292305770412310656, +// 2310355422013095551, 2292305839266005120, 2310320168921529983, +// 2310355422147575936, 2292305770412048512, 2310355422147575935, +// 2292305839266005120, 2310355422147313279, 2292305770546528384, +// 2310355353293618815, 2292305839266005120, 2292305770412047999, +// 2310355422147575936, 2292305770412047999, 2310355422147575423, +// 2292305770412048512, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 17079008895])), +// ("WORLD_SURFACE", LongArray([2310355422147575936, +// 2292340954784136831, 2310355422147575423, 2292305770412310656, +// 2310355422013095551, 2292305839266005120, 2310320168921529983, +// 2310355422147575936, 2292305770412048512, 2310355422147575935, +// 2292305839266005120, 2310355422147313279, 2292305770546528384, +// 2310355353293618815, 2292305839266005120, 2292305770412047999, +// 2310355422147575936, 2292305770412047999, 2310355422147575423, +// 2292305770412048512, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 2292305770412047999, +// 2292305770412047999, 2292305770412047999, 17079008895]))] }))] +// }) -- cgit v1.2.3