Mods
Resource Packs
Data Packs
Modpacks
Shaders
Plugins
Mods Resource Packs Data Packs Plugins Shaders Modpacks
Get Modrinth App Upgrade to Modrinth+
Sign in
ModsPluginsData PacksShadersResource PacksModpacks
Sign in
Settings
Custom Model Data Viewer

Custom Model Data Viewer

List all items with custom model data

481
9
Decoration
Utility

Compatibility

Minecraft: Java Edition

Platforms

Fabric

Supported environments

Client-side

90% of ad revenue goes to creators

Support creators and Modrinth ad-free with Modrinth+

Links

Report issues View source Join Discord server

Creators

ModLabs
ModLabsOrganization

Details

Licensed Apache-2.0
Published 5 months ago
Updated 5 months ago
DescriptionGalleryChangelogVersions

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"
      }
    }
}

Modrinth is open source.

fix-window-open@1656e14

© Rinth, Inc.

Company

TermsPrivacyRulesCareers

Resources

SupportBlogDocsStatus

Interact

Discord X (Twitter) Mastodon Crowdin
Get Modrinth App Settings
NOT AN OFFICIAL MINECRAFT SERVICE. NOT APPROVED BY OR ASSOCIATED WITH MOJANG OR MICROSOFT.