
Cave Air
minecraft:cave_airCave Air is an invisible variant of air that fills the natural cavities carved out by cave and ravine generation underground. It behaves identically to normal air but is tracked separately by world generation so structures and caves can tell empty carved space apart from surface sky.
Found In
- Underground caves and ravines — Fills any cavity produced by cave, ravine, or aquifer carvers below the surface.
- Structure air pockets — Some generated structures use cave air to mark interior empty space during placement.
FAQ
Can I pick up or place Cave Air?
No. Like normal air, it cannot be obtained as an item and `/give` does not work with it — it only exists as the default empty state of a world position.
Is Cave Air different from regular Air in gameplay?
Functionally no. Both let mobs and players move through freely and never suffocate anything. The distinction is only used internally by generation and `/fill` logic.
Why does my structure block show blue outlines in caves?
Enabling "Show invisible blocks" on a structure block renders cave air (and void air) as blue-edged cubes so they're visible for editing purposes.