diff options
| author | mat <github@matdoes.dev> | 2022-05-08 18:55:49 -0500 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-05-08 18:55:49 -0500 |
| commit | ac392542ce223639c8615035a0be050fff12030a (patch) | |
| tree | 460f8019c2a7aeada10a714f624002ef53007be2 /azalea-core/src | |
| parent | e0239865659b2f2750edda7556548f6a2b8d4127 (diff) | |
| parent | d783a0295b11c32f1b5425cab2461f9297f7f8fa (diff) | |
| download | azalea-drasl-ac392542ce223639c8615035a0be050fff12030a.tar.xz | |
Merge branch 'main' into chunk-decoding
Diffstat (limited to 'azalea-core/src')
| -rw-r--r-- | azalea-core/src/slot.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/azalea-core/src/slot.rs b/azalea-core/src/slot.rs index 2e581586..5e42f558 100644 --- a/azalea-core/src/slot.rs +++ b/azalea-core/src/slot.rs @@ -1,4 +1,4 @@ -// TODO: have an azalea-inventory crate and put this there +// TODO: have an azalea-inventory or azalea-container crate and put this there #[derive(Debug, Clone)] pub enum Slot { @@ -9,8 +9,6 @@ pub enum Slot { #[derive(Debug, Clone)] pub struct SlotData { pub id: i32, - // TODO: is this really a u8? is it a i8? is it a varint? - // wiki.vg says it's a "byte" pub count: u8, pub nbt: azalea_nbt::Tag, } |
