finished the creation of nbt in player.rs I will refactor level.rs to use a struct and update its fields

This commit is contained in:
2025-08-19 22:19:57 +02:00
parent 5193283c70
commit a9dfdf74af
4 changed files with 250 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
mod level;
mod perlin;
mod player;
mod superflat;
#[cfg(test)]
mod test;