▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/MineDex
MineDex

MineDex

An item collection mod for Minecraft that allows players to register and index items.

14
1

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

/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
        }
    }
}⁩⁩⁩⁩⁩⁩⁩⁩

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:LGPL-3.0-only
Опубликован:3 недели назад
Обновлён:3 недели назад
Главная