remove ChunkGenerator#getPack

This commit is contained in:
dfsek
2021-12-02 09:13:40 -07:00
parent fc073325fb
commit fab02d4d16
4 changed files with 9 additions and 26 deletions
@@ -103,11 +103,6 @@ public class NoiseChunkGenerator3D implements ChunkGenerator {
return new Sampler3D(chunkX, chunkZ, provider, world, elevationSmooth);
}
@Override
public ConfigPack getConfigPack() {
return configPack;
}
@Override
public List<GenerationStage> getGenerationStages() {
return generationStages;