17181920212223
super(generator); } @Override public PlatLot createNaturalLot(WorldGenerator generator, PlatMap platmap, int x, int z) { return new FloatingNatureLot(platmap, platmap.originX + x, platmap.originZ + z); }