MineDex
作者:rebot | 分类:模组
价格:0 墨喵币
下载量:0
点赞:0
版本 1.0.0
本资源为搬运资源,原资源地址:
https://modrinth.com/mod/minedex
资源信息
Minecraft 版本: 1.21.1
平台: fabric
标签: utility
资源介绍
An item collection mode for Minecraft that allows players to register and index items using a data pack. UI was created using Jetpack Compose and Material 3 through Composite mode.
Dependencies
https://modrinth.com/mod/composite
Coomands and KeyBinding / 명령어 및 단축키
Key(G) - 도감 확인 (Open MineDex Screen)
/minedex reload
/minedex progress set <target> <category> <item> <amount>
/minedex progress add <target> <category> <item> <amount>
/minedex progress get <target> <category> <item>
/minedex category clear <target> <category>
/minedex category reset <target> <category>
/minedex reward reset <target> <category>
/minedex reward reset <target> <category> <threshold>
Example of adding categories / 카테고리 추가 예제
minedex/categories/mining.json
{
"name": "광질",
"items": [
{ "item": "minecraft:iron_ingot", "amount": 64 },
{ "item": "minecraft:gold_ingot", "amount": 64 },
{ "item": "minecraft:diamond", "amount": 16 }
],
"rewards": {
"1": { "item": "minecraft:emerald", "count": 5 },
"2": { "item": "minecraft:diamond_pickaxe", "count": 1 },
"3": {
"item": "minecraft:enchanted_book",
"count": 1,
"stored_enchantments": {
"minecraft:silk_touch": 1
},
"custom_model_data": 0
}
}
}
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
请 登录 后发表评论。
举报此资源
请登录后举报
暂无评论,抢个沙发吧~