Difference between revisions of "Games/Minetest Game/Nodes"

From Minetest Wiki
Jump to navigation Jump to search
(→‎Manufactured blocks: Removed the underscore from "Wooden_Planks")
(→‎Manufactured blocks: Added Coal Block and alphabetized the list.)
Line 43: Line 43:
 
{| class="wikitable"
 
{| class="wikitable"
 
| [[File:brick.png | 32px]] || width="150px" | [[Brick]]
 
| [[File:brick.png | 32px]] || width="150px" | [[Brick]]
 +
| [[File:Bronze_block.png | 32px]] || width="150px" | [[Bronze Block]]
 
| [[File:bookshelf.png | 32px]] || width="150px" | [[Bookshelf]]
 
| [[File:bookshelf.png | 32px]] || width="150px" | [[Bookshelf]]
 
| [[File:chest.png | 32px]] || width="150px" | [[Chest]]
 
| [[File:chest.png | 32px]] || width="150px" | [[Chest]]
 +
| [[File:Coal_block.png | 32px]] || width="150px" | [[Coal Block]]
 +
|-
 +
| [[File:Diamond_block.png | 32px]] || width="150px" | [[Diamond Block]]
 
| [[File:Wooden_Door.png | x32px]] || width="150px" | [[Door]]
 
| [[File:Wooden_Door.png | x32px]] || width="150px" | [[Door]]
 
| [[File:fence.png | 32px]] || width="150px" | [[Fence]]
 
| [[File:fence.png | 32px]] || width="150px" | [[Fence]]
|-
 
 
| [[File:furnace.png | 32px]] || width="150px" | [[Furnace]]
 
| [[File:furnace.png | 32px]] || width="150px" | [[Furnace]]
 
| [[File:glass.png | 32px]] || width="150px" | [[Glass]]
 
| [[File:glass.png | 32px]] || width="150px" | [[Glass]]
 +
|-
 +
| [[File:Gold_block.png | 32px]] || width="150px" | [[Gold Block]]
 
| [[File:ladder.png | 32px]] || width="150px" | [[Ladder]]
 
| [[File:ladder.png | 32px]] || width="150px" | [[Ladder]]
 
| [[File:chest_lock.png | 32px]] || width="150px" | [[Locked Chest]]
 
| [[File:chest_lock.png | 32px]] || width="150px" | [[Locked Chest]]
 
| [[File:rail.png | 32px]] || width="150px" | [[Rail]]
 
| [[File:rail.png | 32px]] || width="150px" | [[Rail]]
 +
| [[File:sandstone.png | 32px]] || width="150px" | [[Sandstone]]
 
|-
 
|-
| [[File:sandstone.png | 32px]] || width="150px" | [[Sandstone]]
 
 
| [[File:sign.png | 32px]] || width="150px" | [[Sign]]
 
| [[File:sign.png | 32px]] || width="150px" | [[Sign]]
 
| [[File:steel_block.png | 32px]] || width="150px" | [[Steel Block]]
 
| [[File:steel_block.png | 32px]] || width="150px" | [[Steel Block]]
| [[File:Gold_block.png | 32px]] || width="150px" | [[Gold Block]]
 
 
| [[File:Stone_brick.png | 32px]] || width="150px" | [[Stone Brick]]
 
| [[File:Stone_brick.png | 32px]] || width="150px" | [[Stone Brick]]
|-
 
| [[File:Diamond_block.png | 32px]] || width="150px" | [[Diamond Block]]
 
| [[File:Bronze_block.png | 32px]] || width="150px" | [[Bronze Block]]
 
 
| [[File:torch.png | 32px]] || width="150px" | [[Torch]]
 
| [[File:torch.png | 32px]] || width="150px" | [[Torch]]
 
| [[File:Wooden_Planks.png | 32px]] || width="150px" | [[Wooden Planks]]
 
| [[File:Wooden_Planks.png | 32px]] || width="150px" | [[Wooden Planks]]

Revision as of 06:54, 6 July 2013

Blocks are the building blocks in Minetest. Similar to Minecraft they have 16x16 textures and are seen by the player as one cubic meter. Blocks are also called Nodes in Minetest, which is relevant for Modding.

Naturally generated blocks

These blocks occur naturally in a generated map.

Cactus.png Cactus Clay.png Clay Coal Ore.png Coal Ore Cobblestone.png Cobblestone Desert Sand.png Desert Sand
Desert Stone.png Desert Stone Dirt.png Dirt Dry Shrub.png Dry Shrub Grass 5.png Grass Dirt with Grass.png Grass Block
Gravel.png Gravel Iron Ore.png Iron Ore Jungle Grass.png Jungle Grass Jungle Tree.png Jungle Tree Lava.png Lava
Mese Block.png Mese Mossy Cobblestone.png Mossy Cobblestone Nyan Cat.png Nyan Cat Nyan Cat Rainbow.png Nyan Cat Rainbow Papyrus.png Papyrus
Leaves.png Leaves Sand.png Sand Sapling.png Sapling Stone.png Stone Tree.png Tree
Water.png Water

Manufactured blocks

These blocks are not found naturally; these must be crafted or collected by the player.

Brick.png Brick Bronze Block.png Bronze Block Bookshelf.png Bookshelf Chest.png Chest Coal Block.png Coal Block
Diamond Block.png Diamond Block Wooden Door.png Door Wooden Fence.png Fence Furnace.png Furnace Glass.png Glass
Gold Block.png Gold Block Ladder.png Ladder Locked Chest.png Locked Chest Rail.png Rail Sandstone.png Sandstone
Sign.png Sign Steel Block.png Steel Block Stone Brick.png Stone Brick Torch.png Torch Wooden Planks.png Wooden Planks

Created by various events

32px Fire

See also