Inspectability Reforged

Inspectability Reforged

A mod that allows players to inspect item models in-game, providing a closer and detailed view of the item's appearance.

by
38 Downloads
fabricforgedecorationgame-mechanicsutility
Rent Server with this Mod

About this Mod

Inspectability Reforged

This mod is an unofficial port of gifluana/Inspectability, featuring numerous new features and improvements.

forge neoforge architectury-api

issues-and-suggestions-on-github

Ever wanted to zoom in, rotate, and inspect your favorite item models up close — right inside the game?

Inspectability Reforged is a lightweight client-side mod that lets players open a 3D inspector screen for any item, allowing full control over rotation, position, and zoom. Whether you're a texture artist, model maker, content creator, or just a curious explorer — this mod gives you the perfect tool to appreciate your items in detail.


🛠 Features

Core Features

  • 🎥 Smooth and intuitive 3D viewer with mouse control
  • 🔍 Adjust scale, rotation, and offset
  • 🧠 Ideal for creators testing resource packs or mods
  • 🧼 No server-side installation needed — client-only

✨ Reforged Additions

  • 🐄 Entity & Equipment Inspection Support: Spawn Eggs, Minecarts, Boats, Armor, and more are now dynamically rendered as their actual entities instead of flat items.
  • 🎨 Automatic Variant Support: Dynamic support for entities with multiple variants (like Paintings, Frogs, Cats, etc.) without manual configuration.
  • ⚙️ Inspector Builder API: A powerful API allowing other modders to register custom viewing logic, entities, and variants with just a few lines of code.
  • 🤸 Roll Rotation: Hold Ctrl + Left-Click horizontal drag to roll the item.

🚀 Planned Features

  • JEI, REI, and EMI compatibility
  • Timeless and Classics Zero (TaC:Z) compatibility
  • Alex's Mobs compatibility
  • Create compatibility
  • Interactive Mode implementation
  • Entity Inspector Magnifying Glass & Record Book (Planned to be released as a separate server-side add-on for Survival mode, requiring this mod as a dependency)

❓ Frequently Asked Questions

Q: Is this mod compatible with modpacks and other content?
A: Yes! You can use Inspectability in any modpack or video content. Just credit it properly.

Q: Can I use it to inspect modded items too?
A: Absolutely. If the item has a model, Inspectability can show it. With the new Inspector Builder API, modders can also easily add custom logic for their items!

Q: Does this affect gameplay?
A: Not at all. It's entirely optional and cosmetic — just open the viewer when you want.


👨‍💻 For Developers

Inspectability Reforged provides an easy-to-use API to help you integrate inspection features into your own mods.

InspectabilityAPI

You can easily hook into and open the inspection screen for specific ItemStacks, Entity objects, or even custom view states from your client-side code:

import io.github.hikoma0000.inspectability.client.api.InspectabilityAPI;
import io.github.hikoma0000.inspectability.client.api.StandardViewState;
import java.util.List;

// 1. Open default inspector for an ItemStack
InspectabilityAPI.inspect(new ItemStack(Items.DIAMOND));

// 2. Open inspector for an Entity
Entity myEntity = EntityType.COW.create(Minecraft.getInstance().level);
InspectabilityAPI.inspect(myEntity);

// 3. Completely override the view states!
// You can freely pass ANY combination of states. 
// (e.g. only Block, or multiple custom Entities, or both)
InspectabilityAPI.inspect(new ItemStack(Items.CHEST), List.of(
    StandardViewState.BLOCK, // Show just the block form
    customEntityState1,      // Show a custom entity
    customEntityState2       // Show another custom entity
));

InspectorStateRegistry

If you want to configure how your custom items or entities should be viewed by default when the user presses the inspect key, you can register custom View States during initialization:

import io.github.hikoma0000.inspectability.client.api.InspectorStateRegistry;

InspectorStateRegistry.register(MyCustomItem.class, CustomViewStateConfig.builder("my_custom_view")
    .entity((mc, stack) -> new MyCustomEntity(mc.level))
    .build());

The full documentation is coming soon..


License

The resources in this repository (including directories below) have been entirely recreated by hikoma0000. Therefore, the original "All Rights Reserved" restrictions have been removed, and these resources are now released under the MIT License.

/common/src/main/resources/
/fabric/src/main/resources/
/forge/src/main/resources/


My Mods

Realistic-Nametag Advancement-Trophies-Reforged

Available Versions

fabric-1.20.1-1.0.1-beta1beta
MC 1.20.1fabric
May 28, 2026
forge-1.20.1-1.0.1-beta1beta
MC 1.20.1forge
May 28, 2026

How to Install Inspectability Reforged on Your Server

1

Order Server

Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).

2

Set fabric Loader

In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).

3

Install Mod

Open the mod browser in the dashboard and search for "Inspectability Reforged". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.

Compatibility

Mod Loaders

fabricforge

Minecraft Versions

1.20.1

Server-side

Unsupported

Recommended RAM

4 GB(min. 3 GB)

Frequently Asked Questions

Inspectability Reforged server crashes on startup – what to do?

Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.

Is Inspectability Reforged compatible with fabric and forge?

Inspectability Reforged officially supports fabric, forge for Minecraft 1.20.1. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.

Server lagging with Inspectability Reforged – how to optimize performance?

Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Inspectability Reforged consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.

Rent Modded Server

Install Inspectability Reforged with just one click on your server.

Recommended RAM
4 GBab €8/mo
Min. 3 GB | +1 GB pro 8 Spieler
Create Server Now
1-Click Mod Install
NVMe SSD Storage
DDoS Protection included

Details

License
MIT License
Server-side
Unsupported

Supported Versions

1.20.1