Mineuniverse
Log in Register
Mods

Anisum

Add the items from the datapacks to Creative Mode Tab
by Gugle
Download Claim this project
6,084 downloads
0 likes
Updated Jul 6, 2026
0 hypes
API and Library Utility & QoL

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
Anisum For NeoForge v26.1.2-0.0.1+build.27
MC NeoForge, 26.1
Release 2026-06-30 Get

More from Gugle

AnvilCraft: KubeJS
999
BugJump
93,229
SimpleSorter
9,081
AnvilCraft: Kaleidoscope
871
Fixed Bugs
75,061
Nether Sky Block
680

You Might Also Like

Liberty's Villagers
Quality of Life and AI improvements for Villagers
9,968,428
No More Pop-ups
A Minecraft mod to remove in-game pop-ups
996,708
BetterRandomSourceConcurrencyCrash
Improved logging of crashes caused by mods accessing RandomSources from the wrong thread
99,371
Exit Confirmation
Often accidentally closed Minecraft? This mod might help!
99,067
NoDynamicFps
Adds an option to disable Vanilla's Dynamic FPS implementation
99,004
Immersive Crafting
Adds crafting recipes to immersive portals
9,998