diff --git a/pumpkin-world/src/generation/implementation/test.rs b/pumpkin-world/src/generation/implementation/test.rs index 6effa114d..c17480dcd 100644 --- a/pumpkin-world/src/generation/implementation/test.rs +++ b/pumpkin-world/src/generation/implementation/test.rs @@ -83,14 +83,6 @@ impl WorldGenerator } } -pub(crate) struct TestBiomeGenerator {} - -impl GeneratorInit for TestBiomeGenerator { - fn new(_: Seed) -> Self { - Self {} - } -} - pub(crate) struct TestTerrainGenerator { chunks: DashMap, (ProtoChunk, Wrapping)>, seed: Seed,