Перейти к содержимому
Mineforgian

Custom Model Data Viewer

List all items with custom model data

Загрузки
8K
Подписчики
25
Обновлён
9 июня 2026 г.
Лицензия
Apache-2.0

Опубликован 21 января 2025 г.

CustomModelDataViewer is a lightweight mod that adds a dedicated creative tab for all items using the new 1.21.4+ CustomModelDataComponent. It automatically detects any items referencing a customModelData string (like in the example .json snippet) and organizes them in one convenient location. This makes it easier for resource pack creators and modders to quickly review, test, and manage custom item models without searching through standard tabs or multiple files.

Example Item:

assets/minecraft/items/brown_dye.json

{
    "model": {
      "type": "minecraft:select",
      "property": "minecraft:custom_model_data",
      "cases": [
        {
            "when": "old_hat",
            "model": {
              "type": "minecraft:model",
              "model": "skyrealm:item/hats/old_hat",
              "tints": [
                {
                  "type": "minecraft:custom_model_data",
                  "default": 15702017
                }
              ]
            }
          }
      ],
      "fallback": {
        "type": "minecraft:model",
        "model": "minecraft:item/brown_dye"
      }
    }
}

Ченджлог

3.0.1+26.1.2Релиз26.1.2 · 9 июня 2026 г.

Fixed some dependencies

3.0.0+26.1.2Релиз26.1.2 · 30 апреля 2026 г.

No changelog was specified.

3.0.0+1.21.11Релиз1.21.11 · 6 марта 2026 г.

No changelog was specified.

2.2.1+1.21.10Релиз1.21.10 · 8 ноября 2025 г.

No changelog was specified.

2.2.1+1.21.9Релиз1.21.9 · 8 ноября 2025 г.

No changelog was specified.

2.2.1+1.21.7Релиз1.21.7 · 10 августа 2025 г.

No changelog was specified.

2.2.1+1.21.8Релиз1.21.8 · 10 августа 2025 г.

No changelog was specified.

2.2.1+1.21.6Релиз1.21.6 · 10 августа 2025 г.

No changelog was specified.

Комментарии

Загружаем…