Implement new profiling system, begin work on structures.

This commit is contained in:
dfsek
2020-09-26 19:45:58 -07:00
parent c8e564c2d3
commit 5669a0e9c4
17 changed files with 291 additions and 172 deletions

View File

@@ -37,7 +37,6 @@ public class TerraChunkGenerator extends GaeaChunkGenerator {
public TerraChunkGenerator() {
super(ChunkInterpolator.InterpolationType.TRILINEAR);
popMan.attach(new StructurePopulator());
popMan.attach(new TreePopulator());
popMan.attach(new FloraPopulator());
popMan.attach(new OrePopulator());