Difference between revisions of "Chest"

From Minetest Wiki
Jump to navigation Jump to search
m (1 revision: import blocks)
m (small fixes and additions)
Line 1: Line 1:
 
{{Block Data | image=chest.png | block_name=Chest | generated=No | renewable=Yes}}
 
{{Block Data | image=chest.png | block_name=Chest | generated=No | renewable=Yes}}
  
Chests are [[crafting|crafted]] by the player and have 32 slots of storage space. Right-clicking the chest will allow the player to access its contents. They can only be mined if they do not contain anything.
+
Chests are [[crafting|crafted]] by the player and have 32 slots of [[Inventory|inventory]] space. Right-clicking the chest will allow the player to access its contents. They can only be mined if they do not contain anything. Although a Chest is made of [[:Category:Wood|wooden]] items, it won’t burn.
  
 
== Crafting ==
 
== Crafting ==
Line 22: Line 22:
 
|}
 
|}
  
<seealso>
+
== See also ==
Locked Chest
+
*[[Locked Chest]]
</seealso>
 
  
 
[[Category:Blocks]]
 
[[Category:Blocks]]

Revision as of 00:05, 27 September 2013

Chest
Chest.png
A node in Minetest Game
Node Type Full node
Drops Itself
Physics No
Luminance No
Flammable No
Generated No
Renewable Yes
Stackable Yes (99)
Itemstring ?

Chests are crafted by the player and have 32 slots of inventory space. Right-clicking the chest will allow the player to access its contents. They can only be mined if they do not contain anything. Although a Chest is made of wooden items, it won’t burn.

Crafting

Name Ingredients Input → Output Description
Chest Wooden Planks
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Wooden Planks.png
Chest.png
Used to store blocks and items inside.

See also