
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
}
}
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as minedex-1.0.0.jar — drop this file into the mods folder
- Download size: 35.8 MB
- Download link checked 12 Sept 2026 — working
These come from our own check of the pack file, not from the source page.
