Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Supported environments
Links
Creators
Details
Licensed LGPL-3.0-only
Published 2 days ago
Updated 5 days ago
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
}
}
}



