7da2ed13df
It seems like Minetest actually generates terrain beyond the map limit boundaries and raycast and get_node can retrieve them server-side, even though they aren't rendered client-side and air is still filled with ignores. This causes players to see "stone" with looktips looking thru the bottom of the world. Fix it with an explicit check for world bounds.