Hopper Lock Visualizer
No reviews yet
Client-side debugging tool that highlights redstone-locked hoppers with a red wireframe. Instantly see which hoppers are disabled — no more guessing why your item sorter stopped working.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Hopper Lock Visualizer
Built an item sorter and something isn't working? One of your hoppers is probably receiving an unintended redstone signal. This client-side mod wraps every locked hopper near you in a bright red outline, so you can spot the culprit at a glance.
What "Locked" Means
A hopper has two states controlled by the enabled block property:
- Enabled (default): pulls items in from above, pushes items out the spout. Normal behavior.
- Disabled (locked): frozen. Completely stops item transfer. Triggered by any redstone signal reaching the hopper — a torch, a pressure plate, a comparator, a stray wire from a neighboring circuit...
When a big contraption stops working, 9 times out of 10 the cause is a hopper accidentally receiving a redstone signal from something nearby. This mod makes that invisible problem visible.
Features
- One-key toggle — default
H(rebindable in Options > Controls) - 32-block radius scan around the player, refreshed twice per second
- Smart culling — distance + cone-based visibility check, so only hoppers in view get drawn
- Red wireframe rendering using Minecraft 1.21.11's new Gizmo API
- Client-only — works on any server, no server-side install needed
- Zero configuration — install and press H
Usage
- Install this mod and Fabric API
- Drop both into your
.minecraft/mods/folder - Launch Minecraft, join any world or server
- Press H → nearby locked hoppers get wrapped in a red outline
- Press H again to disable
Compatibility
| Feature | Support |
|---|---|
| Minecraft | 1.21.11 |
| Mod Loader | Fabric (Loader 0.18.0+) |
| Fabric API | Required |
| Java | 21+ |
| Side | Client-only |
Untested
- Quilt: Not tested, but should work since Quilt supports Fabric mods
- Forge/NeoForge: Not supported
Performance
The scan runs 2× per second, not every frame. Each scan reads block states only (no block entities, no inventories), so even in large bases with hundreds of hoppers the overhead is negligible. The render pass culls with distance + cone checks before calling Minecraft's Gizmo API — no manual matrix math, no state leaks
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources