Fixed augmented data population

This commit is contained in:
boy0001 2015-05-14 23:57:03 +10:00
parent ee2c388ebf
commit 86eb4d58d5

View File

@ -282,7 +282,7 @@ public class AugmentedPopulator extends BlockPopulator {
} }
} }
} }
for (final BlockPopulator populator : this.generator.getDefaultPopulators(world)) { for (final BlockPopulator populator : this.generator.getPopulators(world.getName())) {
Chunk chunk = world.getChunkAt(X, Z); Chunk chunk = world.getChunkAt(X, Z);
populator.populate(world, this.r, chunk); populator.populate(world, this.r, chunk);
} }