started the level.dat file creation and completion... I may need to continue the code of level.rs and make an update function to level.dat

This commit is contained in:
2025-08-19 17:52:47 +02:00
parent 36e01961fb
commit 5193283c70
8 changed files with 170 additions and 121 deletions

View File

@@ -7,6 +7,7 @@ edition = "2024"
image = "0.25.6"
rand = "0.9.2"
rand_chacha = "0.9.0"
nbt = { git = "https://github.com/Cactus-minecraft-server/nbt.git" }
[lib]
name = "worldgen"
path = "src/lib.rs"