Anisum
ModAdd the items from the datapacks to Creative Mode Tab
Type
Mod
Modrinth Downloads
21,050
Modrinth ID
KikOIfnh
Last Updated
May 28, 2026
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.
- include rules 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
Compatibility
Mod Loaders
Game Versions
Similar Mods
Xaero Train Map
Adds create train map to xaero's world map just like in journey map
Immersive Winds
Overhauls weather in your Minecraft world for a windy quality of life improvement!
Linking Through the Ages (LTTA)
A guidebook for Mystcraft.
Created Music Discs
Main goal of this mod is to make Music Discs craftable
Torched
Adds a couple of items which aids with torch placement. Mainly a gun, rocket, and launcher.
Legendary Optifine Checker
Utility mod to check if Optifine is installed on the Legendary Modpack