Community listing page, reviews here may not be monitored by the author.
Community voices
Reviews
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Creative Inventory Banner is a library for mod developers. It splits a creative tab into sections, each one headed by a banner image of your choosing.
Instead of one flat wall of items, your tab reads as labelled groups: materials, tools, food, decorations & whatever you decide.
How it works
A section occupies one full row of the creative grid for its header, then lays its items underneath. Rendering happens in two layers: the library always draws a placeholder frame over the empty slot row, and your banner goes on top of it. Declare no banner and you get the built-in default.
For developers
Declare your sections and hand the layout to your tab:
```java
InventoryBanners.register(MY_TAB, layout -> layout
.section(section -> section
.banner(MOD_ID, "materials")
.add(RUBY, SAPPHIRE))
.section(section -> section
.banner(MOD_ID, "gear")
.add(RUBY_SWORD, RUBY_PICKAXE))
.section(section -> section
.add(MYSTERY_ITEM)));
CreativeModeTab.builder(...)
.displayItems(InventoryBanners.displayItems(MY_TAB))
.build();
```
Banner textures live at assets/<your_mod_id>/textures/gui/banner/<name>.png and must be exactly 160x16 pixels.
By default it has a gray banner.
That's the whole API surface for the common case. Item stacks are built lazily, so you can declare sections while you're still registering your items without tripping over uninitialised item components.
For users who don't know how to create these banners, I have a simple Windows application that allows you to create them. Join the DISCORD
Requirements
- Minecraft 26.2
- Fabric Loader 0.19.3 or newer
- Fabric API
- Java 25
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
