Tags
Creators
Details
2.0.0
Compatibility
Changes
NotEnoughObjectInfo — v2.0.0
A Minecraft 1.20.1 Forge mod — real-time information about blocks, entities, fluids, biomes, items and your own player stats, displayed directly on your HUD and in item tooltips.
✦ What's New in v2
| Feature | v1 | v2 |
|---|---|---|
| Block info panel | ✅ | ✅ + push reaction, emit light |
| Entity info panel | ✅ | ✅ + UUID, atk speed, follow range, KB res, baby flag, invisible |
| Fluid info panel | data only | ✅ Fully rendered |
| Biome info panel | ❌ | ✅ New |
| Coordinate overlay | ❌ | ✅ New (chunk, region, portal calc) |
| Player stats panel | ❌ | ✅ New |
| Item held — enchants | ❌ | ✅ New |
| Tooltip — harvest tier | ❌ | ✅ New |
| Config GUI tabs | ❌ | ✅ 9 tabs |
| Keybindings | 3 | 8 |
⌨ Keybindings (v2)
| Key | Action |
|---|---|
| H | Toggle HUD on/off |
| J | Cycle COMPACT → NORMAL → VERBOSE |
| N | Toggle NBT display |
| B | Toggle Biome panel |
| C | Toggle Coordinate overlay |
| P | Toggle Player stats panel |
| F | Toggle Fluid panel |
| (unbound) | Cycle config preset |
All keys rebindable under Options → Controls → Not Enough Object Info.
📐 Panels
┌─────────────────────┐ ← Block Info (gold header)
│ ✦ BLOCK INFO │
│ Name: Stone │
│ ID: minecraft:stone │
│ Hardness: 1.5 ... │
└─────────────────────┘
┌─────────────────────┐ ← Entity Info (teal header)
│ ✦ ENTITY INFO │
│ Name: Zombie │
│ Health: 20.0 / 20.0 │
└─────────────────────┘
┌─────────────────────┐ ← Held Item (yellow header)
│ ✦ HELD: Iron Sword │
│ ID: minecraft:... │
│ Durability: 251/251 │
└─────────────────────┘
┌─────────────────────┐ ← Biome (purple) — key B
│ ✦ BIOME INFO │
│ Name: Plains │
│ Temp: Temperate │
└─────────────────────┘
Coordinate overlay (key C) sits at a separate configurable position.
Player stats panel (key P) appears to the right of the main HUD column.
💻Developer Stuff
Available on the GitHub Repo
📜 License
Copyright © 2026 EmanuelPlays
Licensed under CC BY-ND 4.0 — you may redistribute and include in modpacks with credit, but may not modify or create derivative works without explicit permission.
→ https://creativecommons.org/licenses/by-nd/4.0
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:HUmWbCY1:SxxEkKfR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HUmWbCY1:SxxEkKfR"
}

