Compatibility
Minecraft: Java Edition
Creators
Details
This pack does nothing on its own! This resource pack is meant only for datapack, map and server creators.
Using this pack you can create custom inventories with items. To get a special item run
/give @s <item>[minecraft:item_model="inventory:<type>"]
Where <item> is any item you want. <type> is explained below. More options are available for better compatibility:
/give @s <item>[minecraft:item_model="inventory:<type>",minecraft:max_stack_size=1,minecraft:tooltip_display={hide_tooltip:true}]
<type> can be changed depending on the desired item model:
| Group | Possible values | Example |
|---|---|---|
| empty | - | - |
| inventory | - | - |
| inventory_plus | - | - |
| inventory_locked | - | - |
| locked | - | - |
| inventory_line_<direction> | direction: h, v |
inventory_line_h |
| inventory_arrow_<direction> | direction: up, down, left, right |
inventory_arrow_left |
| inventory_arrow_<from>_<to> | from, to: up, down, left, right |
inventory_arrow_up_right |
| inventory_arrow_<from>_<to> | from: up_down, left_right to: up, down, left, right |
inventory_arrow_up_down_right |
If the <type> starts with inventory_ it will take up the size of the slot, otherwise it will only be contained within the slot. See the difference between inventory_locked and locked
Can I use this in my <thing>? Yes, that's the point!
Can I embed this in my <resource pack>? Sure, just move the data/inventory folder into your resource pack and it will work just as well. If you end up uploading it to modrinth I would appreciate you adding me as a contributor, but that's only if you feel extra nice!



