Air/ja

From Minetest Wiki
< Air
Revision as of 14:08, 1 April 2015 by Rui (talk | contribs) (Created page with "{{Block Data | image=Air.png | block_name=空気 | type = 気体 | physics = なし | flammable = なし | luminance=なし | generated=あり | renewable=あり | itemstring=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
空気
Air.png
A node in Minetest Game
種別 気体
ドロップ N/A
物理法則の適用 なし
発光 なし
可燃性 なし
自然生成資源 あり
無限資源 あり
スタック可能 Yes (99)
アイテム名 air

説明

空気は透明なノードであり、プレイヤーとの当たり判定がありません。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.

Fire occasionally replaces air near flammable blocks.

Air is 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 (with Ignore), regardless of which games and mods are activated. If a game does not define any nodes whatsoever, the world will solely consist of air. Mods cannot redefine air.

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