refactor level.rs

This commit is contained in:
2025-08-21 14:40:10 +02:00
parent a9dfdf74af
commit a55fe08a93
3 changed files with 450 additions and 87 deletions

View File

@@ -1,5 +1,5 @@
[package]
name = "worldgen"
name = "world"
version = "0.1.0"
edition = "2024"
@@ -9,5 +9,5 @@ rand = "0.9.2"
rand_chacha = "0.9.0"
nbt = { git = "https://github.com/Cactus-minecraft-server/nbt.git" }
[lib]
name = "worldgen"
name = "world"
path = "src/lib.rs"