
Anisum
Add the items from the datapacks to Creative Mode Tab
About this Mod
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
Available Versions
How to Install Anisum on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set neoforge Loader
In the panel under "Egg", select the neoforge loader and matching Minecraft version (26.1).
Install Mod
Open the mod browser in the dashboard and search for "Anisum". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
26.1, 1.21.11, 1.21.10 (+1 more)
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Anisum server crashes on startup – what to do?
Most common cause: wrong neoforge version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (26.1). You can switch loaders with one click in the panel.
Is Anisum compatible with neoforge?
Anisum officially supports neoforge for Minecraft 26.1, 1.21.11, 1.21.10. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Anisum – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Anisum consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Rent Modded Server
Install Anisum with just one click on your server.