Skip to main content

create_overworld

Function create_overworld 

Source
fn create_overworld(
    world_path: Option<&Path>,
    config: &WorldGeneratorConfigData,
    seed: i64,
    thread_pool: &ThreadPool,
) -> Result<GeneratorOutput, String>