diff options
| author | mat <git@matdoes.dev> | 2023-09-17 21:44:17 -0500 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2023-09-17 21:44:17 -0500 |
| commit | 856a3252f693421df519cbc4d9bc03cfc0f0c212 (patch) | |
| tree | 310cffa9d9c09a4651ab1707899ae20416713fc0 /azalea-protocol/src/packets | |
| parent | 61e63c08968f7b0f451c4c3b07ea8d4927b14a2f (diff) | |
| download | azalea-drasl-856a3252f693421df519cbc4d9bc03cfc0f0c212.tar.xz | |
heightmaps
Diffstat (limited to 'azalea-protocol/src/packets')
| -rwxr-xr-x | azalea-protocol/src/packets/game/clientbound_level_chunk_with_light_packet.rs | 31 |
1 files changed, 31 insertions, 0 deletions
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]))] }))] +// }) |
