Difference between revisions of "Air"

From Minetest Wiki
Jump to navigation Jump to search
m (added itemstring)
(command)
Line 17: Line 17:
  
 
Air is a special node in Minetest. It is the only node that is always available, regardless of which [[Games|games]] and [[Mods|mods]] are activated. If a game does not define any nodes whatsoever, the world will solely consist of air.
 
Air is a special node in Minetest. It is the only node that is always available, regardless of which [[Games|games]] and [[Mods|mods]] are activated. If a game does not define any nodes whatsoever, the world will solely consist of air.
 +
 +
The map generator “singlenode” generates a map which consists solely of air.
  
 
[[Category:Blocks]]
 
[[Category:Blocks]]
 
[[Category:Passable]]
 
[[Category:Passable]]

Revision as of 22:43, 14 October 2013

Air
Air.png
A node in Minetest Game
Node Type Gas
Drops Itself
Physics No
Luminance No
Flammable No
Generated Yes
Renewable No
Stackable Yes (99)
Itemstring air

Description

Air is a transparent node and is a node that can be walked and passed through by players without any resistance. An air node can be destroyed by building a solid node to its position, like for water and lava. When a non-air node gets removed, an air node immediately takes its position.

Air is probably the most common node in Minetest. A large part of the world above sea level consists solely of air. Air is also found underground in the form of caves. Air can’t be collected without cheating.

The map generator tries to ensure that the player always spawns inside air.

Air is a special node in Minetest. It is the only node that is always available, regardless of which games and mods are activated. If a game does not define any nodes whatsoever, the world will solely consist of air.

The map generator “singlenode” generates a map which consists solely of air.