Difference between revisions of "Nodes"

From Minetest Wiki
Jump to navigation Jump to search
(Wuzzy moved page Nodes to Games/Minetest Game/Nodes: Because it's very Minetest Game-specific)
 
(Generic nodes page)
Line 1: Line 1:
#REDIRECT [[Games/Minetest Game/Nodes]]
+
{{Languages}}
 +
 
 +
'''Nodes''' (or '''blocks''') are the building blocks in [[Minetest]]. Most of them come in a cubic shape and are the things that the world is made of. In most games, there's a wide variety in which the [[player]] can interact with them.
 +
 
 +
== Nodes in games ==
 +
*[[Games/Minetest_Game/Nodes|Nodes in Minetest Game]]
 +
 
 +
== Internally used blocks ==
 +
Internally used blocks are blocks in Minetest which are used for technical reasons only. They don't have a gameplay value and the player can't interact with them directly.
 +
{| class="wikitable"
 +
| [[File:Air.png|32px]] || width="150px" | [[Ignore]]
 +
| [[File:Unknown Node.png|32px]] || width="150px" | [[Unknown Node]]
 +
|}
 +
== See also ==
 +
*[[Items]]
 +
*[[:Category:Nodes]]
 +
 
 +
[[Category:Nodes]]

Revision as of 16:48, 26 June 2020

Languages Language: English • français • 日本語 • polski

Nodes (or blocks) are the building blocks in Minetest. Most of them come in a cubic shape and are the things that the world is made of. In most games, there's a wide variety in which the player can interact with them.

Nodes in games

Internally used blocks

Internally used blocks are blocks in Minetest which are used for technical reasons only. They don't have a gameplay value and the player can't interact with them directly.

Air.png Ignore Unknown Node.png Unknown Node

See also