Minecraft inventory tagged materials

In this page you will discover amazing Minecraft posts tagged as inventory. Flick through countless useful content dedicated for Minecraft game that includes mods, shaders, maps and textures. Only the best and most popular additions come into our list and they promise to give an fascinating experience to any minecraft player

Simple Backpack

Simple Backpack is a simple, lightweight mod that allows you to craft a backpack so you can have an extra 27 inventory slots to store your essentials while travelling.Once you craft a backpack, you simply have to place it in your inventory. You can right click a backpack in your inventory to view it's contents.It's important to note that this is a Forge mod, and you can find the download links below. Make sure to read the installation instructions carefully for a smooth experience.

MinecraftStorage

CompactStorage

Compact Storage began as a chest mod, offering a range of tiers to enhance your storage capabilities. Over time, it has transformed into a comprehensive system that revolves around upgrades. TheCompact Barrel, Chest, and Backpack boast an impressive 9 x 6 inventory size (a significant upgrade from past versions!). But that's not all—thanks to the cutting-edge Storage Upgrades, you can expand their capacity up to a whopping 24 x 12! Let's explore some features of the mod.Colourful Chests and BarrelsThis mod allows you to customise your chests and barrels by colouring them. You can colour a chest by right clicking them with a dye. Every dye in the game works! Compact ChestsCompact Chests can be upgraded to increase inventory slots. Here's the crafting recipe. The red dye can be replaced with any dye to get their respective colour.Compact BarrelsSimilar to Compact Chests. Can be upgraded to increase inventory slots. The red dye can be replaced with any dye to get their respective colour.BackpacksUnlike chests and barrels, they cannot be placed on the ground. They stay in your inventory. Right clicking while holding to open them. The red wool can be replaced with any coloured wool to get their respective colour.Row UpgradeRight click a Compact Chest using this item to increase the number of rows by one. Use multiple of this item to add more rows.Column UpgradeRight click a Compact Chest using this item to increase the number of columns by one. Use multiple of this item to add more columns.Discover the exciting features of this exceptional mod by exploring the captivating screenshots provided. To embark on this thrilling journey, simply follow the download links provided. Before proceeding, it is crucial to carefully read and adhere to the installation instructions for a seamless experience.

MinecraftStorage

Command Creative Tab

A simple mod that makes creative mode a lot more better. Creative Command Tab is a quality-of-life mod that adds an extra tab to your creative inventory. This tab contains much needed creative mode items like command blocks, structure blocks and very much used barrier blocks. In the vanilla game, one has to use the /give command to obtain any of these blocks. This clearly is a lot more stuggle than simply dragging and dropping these blocks from the creative inventory.This mod offers versions for both Forge and Fabric. Download links are given below. Read the installation instructions carefully to avoid any unwanted trouble when using the mod.

MinecraftStorage

copygirl's Wearable Backpacks

As the name suggests, this mod adds wearable backpack into Minecraft. These backpacks lets you carry extra items while travelling. Note that a player can only carry one bag at a time. You will also have to decide between the extra storage and the chestplate armor protection as the backpack is placed in the chestplate slot and you can only wear one at a time. You can also let your in-game friends go through the stuff inside a backpack that you are wearing. This is a convenient way to share stuff without dropping them onto the floor. Furthermore, you will be able to dye your backpack using any dye in the game. For crafting recipes, check out the images above.Take a look at the screenshots to see what you can expect from this mod. This is a Forge mod and download links are given below. Read the installation instructions CAREFULLY to avoid any errors.

MinecraftStorage

Inventory Profiles Next

Inventory Profiles Next is an inventory sorting mod that provides a button in your inventory for helping you do various sorting tasks. Here is an explanation of what many of the buttons do and their locations in the Inventory Graphical User Interface.Overlay     Configuration Screen – Found on the top Left by default and lets     you change many settings and even see some of the in-game code class     names.General     Configuration Screen – Found directly under the Overlay     Configuration Screen is where you go to edit most of the stuff about     the mod including text files, sort orders, and many more. The mod is     extremely configurable.Sort     Inventory Button – Looks like a Z, found in a set of 3 buttons     found in inventories and it helps you sort the items in order     without gaps. Does not affect items in the HUD barSort     Inventory in Columns – Next to the Sort Inventory Button, it sorts     related items such as different types of stone-related blocks in     columns. Does not affect items in the HUD bar.Sort     Inventory in Rows – Next to the Column sort, but does in rows,     though has a weird layout sometimes. Does not affect items in the     HUD bar.On the chests next to the last 3 buttons you should see another icon that gives you keyboard shortcuts. Keyboard shortcuts can be configured and are mainly used for these things:Ability     to also include the Hotbar/Hud Bar in movingOnly     fill the chest up enough to fill existing stacks without creating     new ones   Move     only the same type of items as the type selected (some arrow-based     mods do this with an Arrow Click) Move     all Items into the chestThe keyboard shortcuts can be quite useful for some stuff, though in some ways better Buttons could be better like they have in Wurst for chests, the keyboard is often faster though, but harder to remember for some.The mod is highly configurable and uses libIPN for a lot of the config and has a great and very detailed GUI config screen to configure many of the smallest details with good visuals, it is more detailed than average GUI config systems.There are also many other things the mod can do such as replacing almost broken tools and locking item slots. The mod is client-side only and does not need to be installed on the server to work.It is important to note that this mod does not do everything done by inventory tweaks and it is either recommended you install them together to get both of the functionalities or install InvTweaks Emu for IPN to emulate many of the shortcuts. There is also a mod called IPN Rejects which is an addon which adds things that the author decided not to include in the base mod. The mod also highlights items you are hovering over green or items that would be included in an operation you are doing that involves multiple similar items.Requires libIPN and Fabric Language Kotlin.

modristore

libIPN

libIPN (library Inventory Profiled Next) is a library used by Inventory Profiled Next and some other mods by the same author (though you are allowed to use it for your mods).There are many APIs this library contains used for various things like configs and GUI, here are some of the many things libIPN helps you do:    Logging     (With Debug and Trace)   Talking     with the player directly   Rendering Colours    Text    Textures    Data     parsing of various formats such as indents   SemBerInformation     ManagementMaths     and Physics and GeometryDebuggingLayoutsWidgetsToolTipsPath     Validation and writingMayThrow     annotationsWeighted     AlgorithmsLots     of AbstractionChanges     to the ControlsEntity     AbstractionItemsAliasesAnd     so much moreIt runs on Both MC Forge and FabricMC + Derivatives (though some like Quilt may have some issues if the issues can not be reproduced on Fabric). The author still maintains older versions going back to 1.16 and uses a lot of shared code among each of the versions making it good for projects which want to be on many versions with not much change.It is important to keep a few things in mind. First of all, the library is written in Kotlin, which will limit its use in Java in some ways, and it will require a language adapter like Fabric Language Kotlin. Kotlin may also be harder to read for many Java-first programmers and reading it may be harder. The mod is also undocumented, with the official page not even saying all the functionality, the mod is supposed to be used with mirinimi’s mods, mostly the ones related to inventory profiled next. IPN Rejects (a mod which adds things that were originally declined from the main Inventory Profiles Next) also uses this library. LibIPN is commonly used by many modpacks big and small, like Colonies Universalis – Updated. Though if you do know how to use it there is a chance you can get some benefit from it, it is a little similar to architectury.

modristore

You're in Grave Danger

You’re in Grave Danger is a mod that has gravestones with cool abilities. When you die, instead of all your stuff dropping, in most cases, a gravestone will generate and you will get a message saying where you died coordinates wise and you will also get a custom compass which points to that location.When you find where you die you can either right-click (or whatever your mouse binds are) or sneak and you will get your items back and some XP, some experience, and a mob head. The mob head says the name of the user who died and will also show the mob head. Which can be helpful when you are on a multiplayer server, such as Genesis Plus. You will also be able to pick up the gravestone and put it somewhere else for decoration. The graves often also adapt to the blocks it is on and can also waterlog. When you get your items back you even get them in the same order in the inventory, and it has integration with many mods such as Trinkets, curios, inventurio, the Graveyard, Extra Inventory, Backslot, and BigInv. One issue you will have is if you mine a lot of gravestones you will get lots of compasses which cant be stacked with each other. There is also a new enchantment called soulbound and a few commands added by default (mostly for moderation).Graves are preferable to dropping items as items often disappear. There were other similar gravestone mods such as GraveStone Mod or Universal Graves (to a lesser extent) or Gravestones (written by Modrinth’s owner), though while these mods each have their own advantages, YIGD is in general more advanced for some things unless you need things like a list. There are also other mods that do other things, such as summon a custom entity which needs to be hit to get items, but these often require multiple hits and in some cases also are not as good at getting items back, and worst of all these entities often disappear. Gamerule KeepInventory is in vanilla or a similar mod like Keep Inventory, but many players do not like that as they could consider it cheating. However officially this mod is only for Fabric. So if you need MC Forge you can use the other mods.The mod requires Cloth Config and uses it extensively. The author wants almost everything to be configurable and considers missing config entries as missing features and not bugs. There is an extensive configuration page, it can be used to do things like change the command perms, disable the commands, disable the enchantment, and other stuff. They have a whole wiki for the config and modpack integration, and other stuff.The author is always open to new feature and config requests on their GitHub (in the wiki) issues. Also on Github is the source code, and the mod is MIT licence which means you are able to freely fork it and make your own changes so long as you provide credit to the original authors.

mchoarder

Item Borders

Item borders is a mod that directly enhances the visuals of Minecraft items in your inventory by adding custom item borders. On its own, the mod does not apply special borders to most items (Common items are disabled by default, I have made it visible so you can see directly how it looks if you use to change it), so it is up to the user or mod pack designer to customize as needed.The mod offers many customization options in its configuration file. You can edit how borders look if they should match legendary tooltip rarities, border visibility on your hotbar, and many other features. Note: The mod requires Iceberg and Prism(For versions 1.2+) to work properly in newer versions.

Asmonius

Mouse Wheelie

Mouse Wheelie is a Fabric clientside utility mod that allows you to perform various inventory related operations using your scroll wheel. This mod will make inventory management much more easier. Features introduced by this mod includes :When hovering over items you can scroll up and down to send single items up and down.When holding shift alongside you may send whole stacks of items.When holding control alongside you can move all stacks of the same type of item.When you're in scrollable inventories you might want to press alt to prevent scrolling items.When you're sending items via shift-leftclick you can now hold both buttons to send all stacks you're hovering overHold alt-leftclick to drop items quickly.When you're in the creative inventory and hover over the tab icons you can scroll through all the creative tabs and pages.In your facourite recipe books you canhover over the recipe grid to scroll through the pages.hover over the recipe group tabs to scroll through them.Sort inventories by clicking with your mouse wheel (you can also define an own keybinding)sorts by raw id (will most likely group by mods and similar items)hold shift while clicking to sort by quantityhold control while clicking to sort by alphabetYou can customize which sort modes you preferPress the swap key in any inventory to swap with the offhandLet your slots be automagically refilled from your inventory!Pick the matching tools for blocks by either sneaking while picking the block or by holding a tool. (this is configurable)Right-click trades or recipes to directly apply the crafting. When holding shift it will craft/trade a full stackThis is a Fabric mod and download links are given below. Read the installation instructions carefully.

MinecraftStorage

Stack to Nearby Chests

Stack to Nearby Chests is a client-side mod that adds new capabilities and keybinds to help you sort your chests and quickly switch between inventories. Quick stacking and restocking are some of the most prominent features. The mod is highly influenced by the sorting capabilities in the game Terraria ‘s sorting capabilities. Other mods do similar things; some of the capabilities are common in many cheat clients. Some code for iterating with nearby containers/chests is based on EarthComputer’s clientcommands mod. Containers can refer to chests, trapped chests, barrels, shulker boxes, ender chests, and other stuff, the features of this mod work on many different types of containers, not just chests. When you 1st open a chest in the mod, the 1st thing you may see is on the right; there are two arrows, one pointing up and one pointing down. The One pointing up, called Quick Stack, auto stacks items from your inventory to the chest. There must be at least one incomplete stack of the item in the chest for an item to be moved there. Restock (the down arrow) does the same thing but the opposite, filling up the stacks of your inventory from the contents of the chest. Both of these can also be performed with hotkeys. It is also possible to exclude items in the mod options; by default, shulker boxes are excluded. One of the crowning features of this mod over other chest tweak mods is that this OneOne can do it within multiple chests/containers in an area. Stack to nearby containers does Quick Stacks to all the chests within the player’s reach. Restock from nearby chests is similar, but instead of doing Quick Stack, it does restock to the nearby chests. These actions can be done with buttons, but you can also set hotkeys to do it in the mod options. You can also favourite items.Favouriting items can cause them to behave a bit differently (configurable). Favourited items cannot be Quick Stacked into a chest. They will stay in your inventory when performing a Quick stack (making this suitable for excluding particular individual items/stacks while doing a quick stack). You can also configure it to disable Q key throwing, quick moving and quick swapping. Favourites only work in survival mode, and switching to creative mode will wipe out all your favourites, so be careful. Moving an item out of your inventory can also unfavorite it. By default favourite items are marked with a gold badge, but this can be changed in the mod options. Most of the mod is configured with the Mod Options. To access the mod options, use the keyboard shortcut (Left-Ctrl S C). There are three tabs in the mod options, each with different things. In the behaviour tab, you can set things like SearchNot quick stacking items that are in your Hotbar (the bottom part of the inventory that you see on screen while playing)Disabling the picking up of Favourite items (can be suitable for anti-stealing)Disabling Quick Moving of Favourite items Disabling the Swapping of FavouritesDisabling the Throwing of Favourites The Keymap tab is used to set the keyboard shortcuts. By default, only the key for adding Favourite Items and the Key for Opening the mod options screen are set by default, they can be changed. Still, the rest need to be set manually, such as the keys for quick stacking/restocking and stacking/restocking nearby chests. The appearance tab can: Set the default Favourite indicatorSet what buttons you want to show (e.g., the Restock, Quick Stack, and doing these actions for nearby chests)Set the X position of the stack to nearby containers GUI button. This is a client-side-only mod, it does not need to be installed on the server to work, and it is probably suggested that you do not install it on the server. This mod is currently fabric only and requires Fabric API, but the author has said that once bugs are fixed, there could be a Forge version.

mchoarder

Prominent Mobs

Prominent Mobs is an amazing utility pack that makes changes to mob spawn eggs. Spawn eggs in Minecraft all have a very similar appearance with changes only in their colour. With this pack installed, the tool tip that is displayed when you place your cursor over a spawn egg will show a 2D graphic of the mob that the egh spawns. Scrolling to a spawn egg in your inventory will also display the 2D graphic. This will make it really easy to pick spawn eggs from the creative menu or from your inventory.Take a look at the screenshots to see what you can expect from this pack. Download links are given below. Read the installation instructions carefully.

MinecraftStorage

Smooth Swapping

Smooth Swapping is a very cool quality of life mod that will make the Minecraft inventory swapping animations cooler. The fact is, there is no animation when you shift click an item in your inventory into a container. The item just instantly teleports from one slot to the another when you shift click it. But with this mod installed, there will be a smooth movement of the item from the shift-clicked slot to the destination slot.This is a Fabric mod and download links are given below. Read the installation instructions carefully.

MinecraftStorage

Ring of Attraction

Ring of Attraction is a simple lightweight mod that adds a single item into your game. It is the Ring of Attraction item that can be used by a player to pick up items that are lying far away from them. the ring can be turned on or off by right clicking it. The ring can be crafted using one iron ingot, four lapiz lazuli and four redstone dust. The ring will pull in items from a pretty decent distance and will prove helpful while mining or cutting down trees. In the 1.16+ versions of the mod, you can use a vanilla coal-block to make certain items not get pulled by the ring. Items that lie on top of a coal-block will not be pulled by the ring. Take a look at the screenshots to see what you can expect from this mod. This is a Fabric mod and download links are given below. Read the installation instructions carefully.

MinecraftStorage

Easier Chests

Easier Chests is a very useful inventory management tools that will speed up how you deal with chests and sorting your inventory. This mod adds some buttons around the standard chest GUI:move a whole row, or column, of items from your inventory to a chest or back.move all items from your inventory to a chest that already occur in the chest.sort your inventory, or a chest's contents.Clicking the green arrows will allow you to move an entire row or column between the chest and the player's inventory. Clicking the brush icon will sort the items into a neat distribution.Take a look at the screenshots to see what you can expect from this mod. This is a Fabric mod and download links are given below. Read the installation instructions carefully.

MinecraftStorage

Chest Tracker

Chest Tracker is an amazing utility mod that's gonna come handy to a lot of Minecraft survival players. If you have played survival, you know that we store items in chest. And we build areas/rooms dedicated to storing multiple chests. And most of the time, the items inside these chests are just randomly placed. And therefore, it will be hard to find a specific item when there is a large number of chests to look through. This is where this mod will assist you. With this mod installed, you simply need to hover your cursor over an item in your inventory and press the 'Y' key on your keyboard. Doing so will cause all of the chests containing that specific item to become highlighted. So you can find the item without having to go through the hassle of going through each chest one by one, looking for the specific item that you need.Take a look at the screenshots to see what you can expect from this mod. This is a Fabric mod and download links are given below. Read the installation instructions carefully.

MinecraftStorage

Showing 1 to 15 of 32 results

Log In Required

Accessing certain features in our website requires authentication

Sign In

Or if you do not have an account

Create an account
Post is saved
Mod version does not match with the version of selected modpack
Post is saved to your bookmarks.
Select the language

After changing the language website content will be completely translated to the selected language and you can view translated versions of available posts.