Fix: build

This commit is contained in:
Snowiiii
2024-08-16 11:11:40 +02:00
parent 231bdb5614
commit 3b43322567

View File

@@ -1,6 +1,5 @@
pub mod chunk;
pub mod dimension;
mod gen;
pub const WORLD_HEIGHT: usize = 384;
pub const WORLD_Y_START_AT: i32 = -64;
pub const DIRECT_PALETTE_BITS: u32 = 15;