fn steep_material_condition( worldgen_surface: &Heightmap, block_x: i32, block_z: i32, ) -> bool
Vanilla’s SurfaceRules.steep() condition. It is asymmetric: only south-vs-north and west-vs-east deltas are checked.
SurfaceRules.steep()