Skip to content

Commit

Permalink
add Serialize, Deserialize to biome, finally get some work on search …
Browse files Browse the repository at this point in the history
…tree and keep working to make the generic generators work
  • Loading branch information
urisinger committed Feb 16, 2025
1 parent f725963 commit 943c0fd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pumpkin-world/src/generation/implementation/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ impl<B: BiomeSupplierImpl + Send + Sync, T: TerrainGenerator> WorldGenerator
}
}

pub(crate) struct TestBiomeGenerator {}

impl GeneratorInit for TestBiomeGenerator {
fn new(_: Seed) -> Self {
Self {}
}
}

pub(crate) struct TestTerrainGenerator {
chunks: DashMap<Vector2<i32>, (ProtoChunk, Wrapping<u8>)>,
seed: Seed,
Expand Down

0 comments on commit 943c0fd

Please sign in to comment.