Custom Model Data Viewer
ModList all items with custom model data
Type
Mod
Modrinth Downloads
8,625
Modrinth ID
eoafe5FT
Last Updated
Jul 25, 2026
Description
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" } } }Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
OverlayLib
Library for rendering live info-overlays
Backpacked: Wet Backpacks
A backpacked Addon, focusing on adding more than 5 beautifully designed backpacks with unique ways to unlock them.
Kindled
Spooky scary pumpkins that can be farmed for resources!
EC Alex's Cave Compat
adds compatibility between Expanded Combat And Alex's Caves
Aqua Munda
Immersive Craft addon that works around water and cooking
HUD Lib
A library mod that provides a simple way for other mods to add HUD that can be moved with a visual editor.