
*** Development of this mod is on hold for the foreseeable future. ***
Allows inventories to be created using commands. Inventories can then be opened using commands and be used to store things (like backpacks without the backpack).
Inventories can have the option of only certain players being able to open them. You specify a predicate by identifier using /inventorymaker edit checker.
Commands
/inventorymaker create []<br>/inventorymaker edit <id> title <title><br>/inventorymaker edit <id> checker <checker><br>/inventorymaker edit <id> slot <slot> <item> <count><br>/inventorymaker open <id> [<target>]<br>/inventorymaker delete <id> </p> <h4>Shorter Commands</h4> <p>You can use a mod like <a href="https://modrinth.com/mod/commandaliases">Command Aliases</a> to shorten commands.</p> <details> <summary>Example</summary><p>After running the command <code>/inventorymaker create minecraft:generic_9x3 "example:shared"</code>. And adding this json file: config -> commandaliases -></p> <details> <summary>shared.json</summary><pre><code class="language-json">{ "schemaVersion": 1, "commandMode": "COMMAND_CUSTOM", "command": "shared", "actions": [ { "command": "inventorymaker open 'example:shared'", "commandType": "CLIENT" } ] } </code></pre> </details><p>Players can use the command <code>/shared</code> to open the created inventory.</p> </details><h3>Permissions</h3> <p>inventorymaker - default none<br>inventorymaker.create - default 2<br>inventorymaker.edit - default 2<br>inventorymaker.open.others - default 3<br>inventorymaker.delete - default 2 </p> <h3>Placeholder API Support (1.2.0+)</h3> <p>Placeholders in id will be parsed when command is run.<br>Placeholders in titles will be parsed each time an inventory is opened.</p>
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as inventorymaker-1.3.0+1.21.jar — drop this file into the mods folder
- Download size: 257 KB
- Download link checked 31 Aug 2026 — working
These come from our own check of the pack file, not from the source page.