Clean up a bunch of TODOs that are no longer relevant

This commit is contained in:
Electroblob77
2020-09-23 23:49:36 +01:00
parent ed9e9110e5
commit aac931f6b2
12 changed files with 5 additions and 15 deletions
@@ -200,7 +200,6 @@ public abstract class WorldGenWizardryStructure implements IWorldGenerator {
// To properly minimise cascading worldgen lag, the method below returns the position where the corner needs
// to be such that the original structure's NW (-X, -Z) corner is at the origin.
// TODO: Actually this may not truly minimise cascading, hmmm
origin = template.getZeroPositionWithTransform(origin, settings.getMirror(), settings.getRotation());
spawnStructure(random, world, origin, template, settings, structureFile);