Model Viewer

⭐ — (11 endorsements) 📥 433 downloads 📌 v1.0.1+mc26.1.2 📅 5/25/2026
🟡 Updated this year

By swakoza · fabric

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 5/26/2026 📅 Created: 5/25/2026
⚠️ Install Order · 2 steps
1🛠️ Forge — Minecraft Forge (mod loader) Download ↗
2🛠️ Fabric — Fabric Loader Download ↗

Install in this order, then this mod last — most mods fail to load without their framework and dependencies in place.

🔍 Analysis

  • 🏆 #355 of 907 fabric mods in this game by downloads

📋 About This Mod

## **Discord for communication and bug reports: @swakoza** **ModelViewer** is a client-side Fabric mod for Minecraft Java Edition that helps you understand which item model is actually being used in the game. The mod shows the model path, the active resource pack, the final `model JSON`, the parent chain, bound textures, missing resources, and the full path Minecraft followed to reach the selected model. It is especially useful for people working with resource packs, custom items, `custom_model_data`, and Blockbench models. ## What is this mod for? Usually, when an item model does not display correctly or does not display at all, you have to manually search for the correct file in the resource pack, check overrides, paths, textures, parents, and other JSON files. **ModelViewer** does this directly in-game. You select an item, and the mod shows where its model came from, which resource pack won, which files were found, which ones are missing, and what exactly Minecraft is trying to render. ## What can ModelViewer do? * Inspect the item in the main hand. * Inspect the item in the offhand. * Inspect the item under the cursor in the inventory. * Inspect nearby items: item entities, item frames, and item displays. * Show the active `minecraft:item_model`. * Find the item definition from the active resource packs. * Show the resource pack that actually won. * Show overridden variants from other resource packs. * Recursively analyze the item model tree. * Show the final model JSON, if it exists. * Show the model parent chain. * Show texture bindings. * Find missing item definitions, models, and textures. * Update after resource reloads, for example after pressing `F3 + T`. !(https://cdn.modrinth.com/data/cached_images/79d4161d470acd76a9542f5ad700d54b28fe2648_0.webp) !(https://cdn.modrinth.com/data/cached_images/e698464db12b841d8a2fa94dfb70d52897ab5b7e.png) !(https://cdn.modrinth.com/data/cached_images/2d703f4e44dc4dcfb4e77daa950bcc1f5d9468e6_0.webp) !(https://cdn.modrinth.com/data/cached_images/0e19596c47f6f341b272302b3869f8c59ac546ba_0.webp) ## Support for modern item models ModelViewer can analyze modern item model structures, including: * `model` * `condition` * `select` * `range_dispatch` * `composite` * `empty` * `bundle_selected_item` * `special` It also supports the modern `minecraft:custom_model_data` format: * `floats` * `flags` * `strings` * `colors` This is useful when a resource pack uses complex conditions, different model variants, or custom item data. ## Opening models in Blockbench ModelViewer can open the found model directly in **Blockbench**. If the model is located in a regular resource pack folder, the mod opens the original JSON file. If the model is located inside a zipped resource pack, the mod creates a local working folder and copies the required model files, parent models, and linked textures there, so Blockbench can open the model correctly. This removes the need to manually search for files inside resource packs. ## Inspector screen In the detailed inspector window, you can see: * an item preview; * the active `item_model`; * the path to the item definition; * the winning resource pack; * the model trace tree; * the final model path; * the parent chain; * bound textures; * warnings and missing resources. Available actions: * switch the inspection target; * copy the item ID; * copy the item path; * copy the model path; * copy metadata; * refresh data; * find models; * open the model in Blockbench; * open the folder containing the file; * extract the resource pack; * inspect nearby entities; * copy the visible player’s PNG skin. ## Inspecting nearby entities The mod can show nearby entities and items that can be inspected. The menu includes search and sorting: * alphabetically; * by distance; * by category. You can also open the equipment screen of the selected entity or player and inspect the items they are holding or wearing in armor slots. ## Hotkeys | Key | Action | | ----- | ---------------------------------------------------- | | `F6` | Switch inspection target: auto / main hand / offhand | | `F7` | Open the detailed inspector screen | | `F8` | Toggle the HUD overlay on or off | | `F9` | Toggle auto-inspect on or off | | `F10` | Copy a short result to the clipboard | ## Who is this mod for? ModelViewer is useful for: * resource pack creators; * model authors; * Blockbench users; * modpac

## Discord for communication and bug reports: @swakoza

ModelViewer is a client-side Fabric mod for Minecraft Java Edition that helps you understand which item model is actually being used in the game.

The mod shows the model path, the active resource pack, the final `model JSON`, the parent chain, bound textures, missing resources, and the full path Minecraft followed to reach the selected model.

It is especially useful for people working with resource packs, custom items, `custom_model_data`, and Blockbench models.

## What is this mod for?

Usually, when an item model does not display correctly or does not display at all, you have to manually search for the correct file in the resource pack, check overrides, paths, textures, parents, and other JSON files.

ModelViewer does this directly in-game.

You select an item, and the mod shows where its model came from, which resource pack won, which files were found, which ones are missing, and what exactly Minecraft is trying to render.

## What can ModelViewer do?

Inspect the item in the main hand. Inspect the item in the offhand. Inspect the item under the cursor in the inventory. Inspect nearby items: item entities, item frames, and item displays. Show the active `minecraft:item_model`. Find the item definition from the active resource packs. Show the resource pack that actually won. Show overridden variants from other resource packs. Recursively analyze the item model tree. Show the final model JSON, if it exists. Show the model parent chain. Show texture bindings. Find missing item definitions, models, and textures. Update after resource reloads, for example after pressing `F3 + T`. !(https://cdn.modrinth.com/data/cached_images/79d4161d470acd76a9542f5ad700d54b28fe2648_0.webp)

!(https://cdn.modrinth.com/data/cached_images/e698464db12b841d8a2fa94dfb70d52897ab5b7e.png)

!(https://cdn.modrinth.com/data/cached_images/2d703f4e44dc4dcfb4e77daa950bcc1f5d9468e6_0.webp)

!(https://cdn.modrinth.com/data/cached_images/0e19596c47f6f341b272302b3869f8c59ac546ba_0.webp)

## Support for modern item models

ModelViewer can analyze modern item model structures, including:

`model` `condition` `select` `range_dispatch` `composite` `empty` `bundle_selected_item` `special`

It also supports the modern `minecraft:custom_model_data` format:

`floats` `flags` `strings` `colors`

This is useful when a resource pack uses complex conditions, different model variants, or custom item data.

## Opening models in Blockbench

ModelViewer can open the found model directly in Blockbench.

If the model is located in a regular resource pack folder, the mod opens the original JSON file.

If the model is located inside a zipped resource pack, the mod creates a local working folder and copies the required model files, parent models, and linked textures there, so Blockbench can open the model correctly.

This removes the need to manually search for files inside resource packs.

## Inspector screen

In the detailed inspector window, you can see:

an item preview; the active `item_model`; the path to the item definition; the winning resource pack; the model trace tree; the final model path; the parent chain; bound textures; warnings and missing resources.

Available actions:

switch the inspection target; copy the item ID; copy the item path; copy the model path; copy metadata; refresh data; find models; open the model in Blockbench; open the folder containing the file; extract the resource pack; inspect nearby entities; copy the visible player’s PNG skin.

## Inspecting nearby entities

The mod can show nearby entities and items that can be inspected.

The menu includes search and sorting:

alphabetically; by distance; by category.

You can also open the equipment screen of the selected entity or player and inspect the items they are holding or wearing in armor slots.

| Key | Action | | ----- | ---------------------------------------------------- | | `F6` | Switch inspection target: auto / main hand / offhand | | `F7` | Open the detailed inspector screen | | `F8` | Toggle the HUD overlay on or off | | `F9` | Toggle auto-inspect on or off | | `F10` | Copy a short result to the clipboard |

## Who is this mod for?

ModelViewer is useful for:

resource pack creators; model authors; Blockbench users; modpac

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Mods
Author
swakoza
Version
1.0.1+mc26.1.2
Downloads
433
Endorsements
11
Category
fabric
Created
5/25/2026
Updated
5/26/2026
Game Versions
26.1, 26.1.1, 26.1.2
Tags
management, technology, utility

🔧 How to Install Minecraft Mods Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Mods →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Mods commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Mods versions does Model Viewer support?

The author lists 26.1, 26.1.1, 26.1.2. Other versions may work but are untested by the author.

What is the latest version of Model Viewer?

Version 1.0.1+mc26.1.2, published 2026-05-26 with 433 downloads recorded at the source.

Keep browsing — more Minecraft Mods mods await

📋 All Minecraft Mods Mods 🏆 Top 25 📂 More fabric 👤 More by swakoza 🔎 Similar Mods 🌐 Best fabric (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods