fn apply_entity_spawns<R: Rng>(
    canvas: &mut Canvas<'_>,
    wpos: Vec3<i32>,
    biome: &Biome,
    rng: &mut R
)