Mod
Anisum
No reviews yet
Add the items from the datapacks to Creative Mode Tab
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
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
Anisum
Anisum is a NeoForge-based Minecraft mod that collects items from loot tables and syncs them into client creative tabs for easier content organization and browsing.
Features
- Define tab sources and ordering through datapack JSON files.
includerules support exact match, wildcard, and regex patterns.- Automatically reprocesses loot tables after server datapack reload.
- Syncs tab payloads to players on join.
Configuration
Anisum reads JSON definitions via a resource reload listener with the anisum directory prefix. Typical location:
data/<namespace>/anisum/<name>.json
Example:
{
"location": "anisum:demo",
"name": { "translate": "itemGroup.anisum.demo" },
"include": [
"examplemod:chests/simple_dungeon",
"examplemod:chests/*",
"examplemod:chests/.*_rare"
],
"sort": [
"examplemod:chests/simple_dungeon",
"examplemod:chests/*"
]
}
Field notes:
location: target tab identifier (namespace:path).name: tab display name (text component).icon: optional tab icon (empty if omitted).include: optional list of loot table matching rules.sort: optional list of ordering rules.
Supported rule formats for include / sort:
- Full path:
namespace:path/to/table - Wildcard:
namespace:path/to/*_cell - Regex:
namespace:path/to/.*_cell
Anisum
Anisum is a NeoForge-based Minecraft mod that collects items from loot tables and syncs them into client creative tabs for easier content organization and browsing.
Features
- Define tab sources and ordering through datapack JSON files.
includerules support exact match, wildcard, and regex patterns.- Automatically reprocesses loot tables after server datapack reload.
- Syncs tab payloads to players on join.
Configuration
Anisum reads JSON definitions via a resource reload listener with the anisum directory prefix. Typical location:
data/<namespace>/anisum/<name>.json
Example:
{
"location": "anisum:demo",
"name": { "translate": "itemGroup.anisum.demo" },
"include": [
"examplemod:chests/simple_dungeon",
"examplemod:chests/*",
"examplemod:chests/.*_rare"
],
"sort": [
"examplemod:chests/simple_dungeon",
"examplemod:chests/*"
]
}
Field notes:
location: target tab identifier (namespace:path).name: tab display name (text component).icon: optional tab icon (empty if omitted).include: optional list of loot table matching rules.sort: optional list of ordering rules.
Supported rule formats for include / sort:
- Full path:
namespace:path/to/table - Wildcard:
namespace:path/to/*_cell - Regex:
namespace:path/to/.*_cell
Screenshots
Gallery
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