Language

Anisum

Anisum

Modrinth

Add the items from the datapacks to Creative Mode Tab

44.5k downloads 3 followers updated 20d ago
latest v26.1.2-0.0.1+build.26 Modrinth
Neoforge 1.21.1 – 26.1 Utility

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

Versions

Release
26.1.2-0.0.1+build.26
neoforge · 26.1 · 20d ago
12
Release
26.1.2-0.0.1+build.25
neoforge · 26.1 · 20d ago
7
Release
26.1.2-0.0.1+build.24
neoforge · 26.1 · 21d ago
4
Release
26.1.2-0.0.1+build.23
neoforge · 26.1 · 23d ago
10
Release
26.1.2-0.0.1+build.22
neoforge · 26.1 · 1mo ago
18
Release
26.1.2-0.0.1+build.21
neoforge · 26.1 · 1mo ago
16
Release
26.1.2-0.0.1+build.20
neoforge · 26.1 · 1mo ago
15
Release
26.1.2-0.0.1+build.19
neoforge · 26.1 · 1mo ago
24
Release
1.21.1-0.0.1+build.18
neoforge · 1.21.1 · 1mo ago
42.5k
Release
1.21.1-0.0.1+build.17
neoforge · 1.21.1 · 2mo ago
250
Release
1.21.1-0.0.1+build.16
neoforge · 1.21.1 · 2mo ago
1.4k
Release
1.21.1-0.0.1+build.15
neoforge · 1.21.1 · 2mo ago
16

Comments 0

No comments yet. Be the first to share your thoughts.