Anisum
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 26.1.2-0.0.1+build.26
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/anisum
资源信息
Minecraft 版本: 26.1
平台: neoforge
标签: 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.
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
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~