Difference between revisions of "Inventory menu"

From Minetest Wiki
Jump to navigation Jump to search
(I explained the inventory menu.)
 
(added creative inventory menu)
Line 6: Line 6:
 
Refer to [[Inventory#Controls]] to see how to use inventories.
 
Refer to [[Inventory#Controls]] to see how to use inventories.
  
== Default inventory menu ==
+
== Notable examples ==
 +
=== Default inventory menu ===
 
[[File:Inventory_menu_illustrated.png|thumb|322px|Illustration of the default inventory menu]]
 
[[File:Inventory_menu_illustrated.png|thumb|322px|Illustration of the default inventory menu]]
 
The default inventory menu consists of a 3×3 [[Crafting#Crafting grid and output slot|crafting grid with an output slot]] at the upper part and an 8×4 inventory (which is also refered to as the “player inventory”) at the lower part. The first line of the player inventory make the [[hotbar]].
 
The default inventory menu consists of a 3×3 [[Crafting#Crafting grid and output slot|crafting grid with an output slot]] at the upper part and an 8×4 inventory (which is also refered to as the “player inventory”) at the lower part. The first line of the player inventory make the [[hotbar]].
  
 
The default inventory menu is used in the [[vanilla Minetest game]] and in other [[game]]s by default that do not specify a different inventory menu.
 
The default inventory menu is used in the [[vanilla Minetest game]] and in other [[game]]s by default that do not specify a different inventory menu.
 +
=== Creative inventory menu ===
 +
[[File:Creative inventory menu.jpg|thumb|300px|Creative inventory menu]]
 +
The creative inventory menu is a variant of the default inventory menu and is used when [[creative mode]] is turned on. It adds a creative inventory and a trash slot.
  
== Other [[game]]s ==
+
The creative inventory is a unchangable take-only inventory with almost all available items. Since there are many ''available'' items, the creative inventory is organized in several pages which can be flipped using the buttons “<<” and “>>”.
 +
 
 +
The trash slot destroys any item stack which is placed into it immediately. It is useful to get rid of unwanted items.
 +
 
 +
=== In other [[game]]s ===
 
The inventory menu can be completely customized. [[Mods]] may add inventories and basicly every other available menu widges the modders like to. Mods can change the design of the menu and much more. In fact the inventory menu is really just a menu. The inventory menu can be designed to contain much more than just inventories or it can be designed to contain no inventories at all.
 
The inventory menu can be completely customized. [[Mods]] may add inventories and basicly every other available menu widges the modders like to. Mods can change the design of the menu and much more. In fact the inventory menu is really just a menu. The inventory menu can be designed to contain much more than just inventories or it can be designed to contain no inventories at all.
  
 
[[Category:GUI]]
 
[[Category:GUI]]

Revision as of 05:27, 15 October 2013

The inventory menu is a special in-game menu where the player normally, but not neccessarily, finds an inventory and other related stuff.

Controls

In the default configuration, the inventory menu can be opened and closed with I.

Refer to Inventory#Controls to see how to use inventories.

Notable examples

Default inventory menu

Illustration of the default inventory menu

The default inventory menu consists of a 3×3 crafting grid with an output slot at the upper part and an 8×4 inventory (which is also refered to as the “player inventory”) at the lower part. The first line of the player inventory make the hotbar.

The default inventory menu is used in the vanilla Minetest game and in other games by default that do not specify a different inventory menu.

Creative inventory menu

Creative inventory menu

The creative inventory menu is a variant of the default inventory menu and is used when creative mode is turned on. It adds a creative inventory and a trash slot.

The creative inventory is a unchangable take-only inventory with almost all available items. Since there are many available items, the creative inventory is organized in several pages which can be flipped using the buttons “<<” and “>>”.

The trash slot destroys any item stack which is placed into it immediately. It is useful to get rid of unwanted items.

In other games

The inventory menu can be completely customized. Mods may add inventories and basicly every other available menu widges the modders like to. Mods can change the design of the menu and much more. In fact the inventory menu is really just a menu. The inventory menu can be designed to contain much more than just inventories or it can be designed to contain no inventories at all.