Minecraft Pi - get ground height at x, z coords

mc_ground_height  x (number), z (number)

Returns the height of the ground at the specified x and z coords.

Introduced in v2.5

Example

# Example 1

puts mc_ground_height 40, 50



#=> 43 (height of world at x=40, z=50)