mapsSchematics = generator.pasteProvider.getFamilyClips(generator, schematicFamily, schematicMaxX, schematicMaxZ);
return mapsSchematics;
}
public PlatLot createNaturalLot(WorldGenerator generator, PlatMap platmap, int x, int z) {
return new NatureLot(platmap, platmap.originX + x, platmap.originZ + z);
}