pub fn start_house_tower(
templates: &FxHashMap<Identifier, TemplateData>,
origin: IVec3,
rotation: Rotation,
rng: &mut LegacyRandom,
) -> Vec<EndCityPiece>Expand description
Entry point. Mirrors vanilla’s EndCityPieces.startHouseTower.