HomeJavaModsInventory Maker
Inventory Maker

*** 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>

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more