diff options
Diffstat (limited to 'azalea-nbt/src/lib.rs')
| -rwxr-xr-x | azalea-nbt/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-nbt/src/lib.rs b/azalea-nbt/src/lib.rs index 0ceca39f..048e466e 100755 --- a/azalea-nbt/src/lib.rs +++ b/azalea-nbt/src/lib.rs @@ -6,6 +6,7 @@ mod error; mod tag; pub use error::Error; +pub use tag::NbtList; pub use tag::Tag; #[cfg(test)] |
