Inspecio
ModrinthA Minecraft mod which adds more tooltips.
110.9k downloads 769 followers updated 36mo ago
latest v1.8.1+1.20 Modrinth
Inspecio
Better and more tooltips on items!
What's this mod?
Inspecio adds new tooltips to items like shulker boxes, filled map, fish bucket, armor, food, banner patterns, etc.
Some of those are just replacement to the vanilla "text" tooltip with a more fancy one, others are extra information for the user!
Most of the mod is configurable, some parts can be enabled/disabled to your heart's desire!
Pictures
Armor tooltip

Food tooltip

Effects tooltips


![]()
Shulker Box tooltips (and other storage blocks)
Normal:

Colored:

Compact:

Jukebox tooltip

Loot Table Tooltip

Bee Hive Tooltip

Sign Tooltip

Banner Pattern

Campfire

Filled Map

Entities
Armor Stand

Bucket of Fish

Bucket of Axolotl

Spawn Eggs

Lodestone Compass

Repair Cost

Configuration
The configuration file of the mod is located in <minecraft directory>/config/inspecio.json.
You can use the command /inspecio config to manage configuration.
Here's the default configuration:
{
"jukebox": "fancy",
"sign": "fancy",
"advanced_tooltips": {
"repair_cost": true,
"lodestone_coords": false
},
"filled_map": {
"enabled": true,
"show_player_icon": false
},
"food": {
"hunger": true,
"saturation": "merged"
},
"containers": {
"campfire": true,
"storage": {
"enabled": true,
"compact": false,
"loot_table": true
},
"shulker_box": {
"enabled": true,
"compact": false,
"loot_table": true,
"color": true
},
"chiseled_bookshelf": {
"enabled": true,
"compact": false,
"loot_table": true,
"block_render": true
}
},
"effects": {
"food": true,
"hidden_motion": true,
"hidden_effect_mode": "enchantment",
"beacon": true,
"potions": true,
"tipped_arrows": true,
"spectral_arrow": true
},
"entities": {
"fish_bucket": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"spawn_egg": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"pufferfish_puff_state": 2,
"armor_stand": {
"enabled": true,
"always_show_name": false,
"spin": true
},
"bee": {
"enabled": true,
"always_show_name": false,
"spin": true,
"show_honey_level": true
},
"mob_spawner": {
"enabled": true,
"always_show_name": false,
"spin": true
}
},
"armor": true,
"banner_pattern": true,
"painting": true
}
Here's a list of each configuration entries and what they do:
armor(bool) -trueif the display of the armor bar on armor items is enabled, orfalseotherwise.banner_pattern(bool) -trueif the display of the pattern in the tooltip of banner patterns is enabled, orfalseotherwise.painting(bool) -trueif the painting should be previewed in the tooltip of a painting item that has a known variant, orfalseotherwise.advanced_tooltipsrepair_cost(bool) -trueif the display the repair cost value is enabled, orfalseotherwise.lodestone_coords(bool) -trueif a display of the lodestone coordinates on lodestone compass is enabled, orfalseotherwise.
containerscampfire(bool) -trueif the display of a special tooltip on campfires which hold custom NBT is enabled, orfalseotherwise.storageenabled(bool) -trueif the inventory of storage items like chests, barrels, etc. should be shown in the tooltip, orfalseotherwise.compact(bool) -trueif the inventory should be compacted to take as little space as possible, orfalseotherwise.loot_table(bool) -trueif the loot table identifier should be displayed in the tooltip if specified, orfalseotherwise.
shulker_boxenabled(bool) -trueif the inventory of shulker boxes should be shown in the tooltip, orfalseotherwise.compact(bool) -trueif the inventory should be compacted to take as little space as possible, orfalseotherwise.loot_table(bool) -trueif the loot table identifier should be displayed in the tooltip if specified, orfalseotherwise.color(bool) -trueif the inventory tooltip should be colored the same as the shulker box, orfalseotherwise.
chiseled_bookshelfenabled(bool) -trueif the inventory of chiseled bookshelves should be shown in the tooltip, orfalseotherwise.compact(bool) -trueif the inventory should be compacted to take as little space as possible, orfalseotherwise.loot_table(bool) -trueif the loot table identifier should be displayed in the tooltip if specified, orfalseotherwise.block_render(bool) -trueif the tooltip of chiseled bookshelves should display the block form instead of a standard inventory, orfalseotherwise.
effectspotions(bool) -trueif replacing the effect tooltips with a fancy one on potion items is enabled, orfalseotherwise.tipped_arrows(bool) -trueif replacing the effect tooltips with a fancy one on tipped arrows is enabled, orfalseotherwise.spectral_arrow(bool) -trueif replacing the effect tooltips with a fancy one on spectral arrow item is enabled, orfalseotherwise.food(bool) -trueif adding effect tooltips on food items is enabled, orfalseotherwise.hidden_motion(bool) -trueif using obfuscated text for hidden effect tooltips is enabled, orfalseotherwise.hidden_effect_mode(string) -"enchantment"will display the obfuscated text for hidden effect tooltips with the enchantment font,"obfuscated"will use the normal font.beacon(bool) -trueif adding a tooltip with the primary and secondary effects (if they exist) is enabled, orfalseotherwise.
entitiesarmor_standenabled(bool) -trueif armor stand tooltip should be displayed, orfalseotherwise.always_show_name(bool) -trueif the name of an armor stand should always be shown, orfalseotherwise and use the CTRL key instead.spin(bool) -trueif the armor stand spin in the tooltip, orfalseotherwise
beeenabled(bool) -trueif displaying the bees in the beehive tooltip is enabled, orfalseotherwise.always_show_name(bool) -trueif the name of the bees should always be shown, orfalseotherwise and use the CTRL key instead.spin(bool) -trueif the bees spin in the tooltip, orfalseotherwise.show_honey_level(bool)trueif the honey level should be shown, orfalseotherwise.
fish_bucketenabled(bool) -trueif fish bucket tooltips should display the entity they hold, orfalseotherwise.spin(bool) -trueif the entity spins in the tooltip, orfalseotherwise.
mob_spawnerenabled(bool) -trueif mob spawner tooltips should display the entity they hold, orfalseotherwise.always_show_name(bool) -trueif the name of the hold entity should always be shown, orfalseotherwise.spin(bool) -trueif the entity spins in the tooltip, orfalseotherwise.
spawn_eggenabled(bool) -trueif spawn egg tooltips should display the entity they hold, orfalseotherwise.always_show_name(bool) -trueif the name of the hold entity should always be shown, orfalseotherwise.spin(bool) -trueif the entity spins in the tooltip, orfalseotherwise.
pufferfish_puff_state(int) - the pufferfish puff state, between 0 and 2 inclusive.
filled_mapenabled(bool) -trueif filled map tooltips should display the map, orfalseotherwise.show_player_icon(bool) -trueif show the player icon on filled map tooltips, orfalseotherwise.
foodhunger(bool) -trueif hunger bar should be displayed on food items, orfalseotherwise.saturation(string) -"disabled"does nothing,"merged"adds the saturation bar as an outline to the hunger bar,"separated"adds its own saturation bar.
jukebox(string) -"disabled"does nothing,"fast"will add the inserted disc name if possible in the tooltip of jukeboxes,"fancy"will display the disc item as well.sign(string) -"disabled"does nothing,"fast"will add the sign content as text tooltip if possible,"fancy"will add a fancy sign tooltip if possible.
Versions
Release
1.8.1+1.20
- Fixed ignoring `HideFlags` in armor NBT ([#98](https://github.com/Queerbric/Inspecio/issues/98)).
- Fixed messed up colors in shulker box previews…
Release
1.8.1+1.19.4
- Fixed ignoring `HideFlags` in armor NBT ([#98](https://github.com/Queerbric/Inspecio/issues/98)).
- Fixed messed up colors in shulker box previews…
Release
1.8.0+1.19.4
- Updated to Minecraft 1.19.4.
- Added painting preview in painting items with a known variant.
- Added Ukrainian translations…
Release
1.7.0+1.19.3
- Added chiseled bookshelf tooltips.
- Added hanging sign tooltips.
- Changed how suspicious soup effects are read to work with Quilt deserialization patches.
Release
1.6.0+1.19
- Added honey level in beehives/bee nests tooltips ([#71](https://github.com/Queerbric/Inspecio/issues/71)).
- Added Mob Spawner tooltip…
Release
1.5.0+1.19
- Added enchantment style effect for hidden effect ([#89](https://github.com/Queerbric/Inspecio/pull/89)).
- Removed the need to have advanced tooltips to see…
Release
1.4.2+1.19
- Updated Simplified Chinese translations ([#63](https://github.com/Queerbric/Inspecio/pull/63)).
- Updated to Minecraft 1.19.
Release
1.4.0+1.18
- Updated to Quilt Loader.
- Now only run with Quilt Loader, bundles the necessary QSL modules but to play with other mods you may want Quilted Fabric API.
Release
1.2.1+1.18
- Added Turkish translations ([#55](https://github.com/Queerbric/Inspecio/pull/55)).
- Fixed serialization of beacon effect config…
Release
1.2.0+1.18
- Added configuration settings to disable lodestone coordinates, and repair cost ([#26](https://github.com/Queerbric/Inspecio/issues/26)).
- Added an…
Comments 0
No comments yet. Be the first to share your thoughts.