Difference between revisions of "Games/Minetest Game/Nodes"
< Games | Minetest Game
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: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:Stone_brick.png | 32px]] || width="150px" | [[Stone Brick]] | | [[File:Stone_brick.png | 32px]] || width="150px" | [[Stone Brick]] | ||
− | |||
− | |||
− | |||
| [[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.
Manufactured blocks
These blocks are not found naturally; these must be crafted or collected by the player.
Brick | Bronze Block | Bookshelf | Chest | Coal Block | |||||
Diamond Block | Door | Fence | Furnace | Glass | |||||
Gold Block | Ladder | Locked Chest | Rail | Sandstone | |||||
Sign | Steel Block | Stone Brick | Torch | Wooden Planks |
Created by various events
32px | Fire |