Difference between revisions of "Inventory menu"

From Minetest Wiki
Jump to navigation Jump to search
 
Line 4: Line 4:
  
 
== Controls ==
 
== Controls ==
 
+
In the default configuration, the inventory menu can be opened and closed with <kbd>I</kbd>. If the game defines an empty inventory then this keybind will not work.
In the default configuration, the inventory menu can be opened and closed with <kbd>I</kbd>.
 
  
 
Refer to [[Inventory#Controls]] to see how to use inventories.
 
Refer to [[Inventory#Controls]] to see how to use inventories.
Line 12: Line 11:
  
 
=== Default inventory menu ===
 
=== 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 referred 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 referred 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 [[Games/Minetest Game|Minetest Game]] and in other [[game]]s by default that do not specify a different inventory menu.
+
The default inventory menu is used in [[games]] by default that do not specify a different inventory menu.
  
 
=== Creative inventory menu ===
 
=== Creative inventory menu ===
 
+
[[File:Creative inventory menu.png|thumb|350px|Illustration of the creative inventory menu in Minetest Game (sfinv creative).]]
[[File:Creative inventory menu.jpg|thumb|300px|Illustration of the 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 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.
  
Line 27: Line 24:
 
The trash slot destroys any item stack which is placed into it immediately. It is useful to get rid of unwanted items.
 
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 ===
+
=== In other [[games]] ===
  
 
The inventory menu can be completely customized. [[Mods]] may add inventories and basically add every other available menu widget the modders would 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 basically add every other available menu widget the modders would 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.

Latest revision as of 15:01, 16 January 2023

Languages Language: English • Deutsch • français

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. If the game defines an empty inventory then this keybind will not work.

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 referred 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 games by default that do not specify a different inventory menu.

Creative inventory menu

Illustration of the creative inventory menu in Minetest Game (sfinv creative).

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 an 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 basically add every other available menu widget the modders would 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.