{"id":85392,"date":"2026-06-05T00:04:56","date_gmt":"2026-06-04T21:04:56","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/"},"modified":"2026-06-05T00:04:56","modified_gmt":"2026-06-04T21:04:56","slug":"inspecio","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/","title":{"rendered":"Inspecio"},"content":{"rendered":"<p># Inspecio<\/p>\n<p>![GitHub license](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.18\/LICENSE)<br \/>\n![Environment: Client](https:\/\/img.shields.io\/badge\/environment-client-1976d2?style=flat-square)<br \/>\n[![Mod loader: Quilt]][quilt] <\/p>\n<p>Better and more tooltips on items!<\/p>\n<p>## What&#8217;s this mod?<\/p>\n<p>Inspecio adds new tooltips to items like shulker boxes, filled map, fish bucket, armor, food, banner patterns, etc.<\/p>\n<p>Some of those are just replacement to the vanilla &#8220;text&#8221; tooltip with a more fancy one, others are extra information for the user!<\/p>\n<p>Most of the mod is configurable, some parts can be enabled\/disabled to your heart&#8217;s desire!<\/p>\n<p>## Pictures<\/p>\n<p>#### Armor tooltip<\/p>\n<p>![armor](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/armor.png)<\/p>\n<p>#### Food tooltip<\/p>\n<p>![food](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/golden_carrot.png)<\/p>\n<p>#### Effects tooltips<\/p>\n<p>![potion](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/potion.png)<\/p>\n<p>![suspicious stew](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/suspicious_stew.png)<\/p>\n<p>![beacon](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/beacon.png)<\/p>\n<p>#### Shulker Box tooltips (and other storage blocks)<\/p>\n<p>Normal:<\/p>\n<p>![normal](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/simple_shulker_box_tooltip.png)<\/p>\n<p>Colored:<\/p>\n<p>![colored](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/colored_shulker_box_tooltip.png)<\/p>\n<p>Compact:<\/p>\n<p>![compact](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/compact_shulker_box_tooltip.png)<\/p>\n<p>#### Jukebox tooltip<\/p>\n<p>![jukebox](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/jukebox.png)<\/p>\n<p>#### Loot Table Tooltip<\/p>\n<p>![loot_table](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/loot_table.png)<\/p>\n<p>#### Bee Hive Tooltip<\/p>\n<p>![bees](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/beehive.png)<\/p>\n<p>#### Sign Tooltip<\/p>\n<p>![sign](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/sign.png)<\/p>\n<p>#### Banner Pattern<\/p>\n<p>![banner_pattern](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/banner_pattern.png)<\/p>\n<p>#### Campfire<\/p>\n<p>![campfire](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/campfire.png)<\/p>\n<p>#### Filled Map<\/p>\n<p>![map](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/filled_map.png)<\/p>\n<p>#### Entities<\/p>\n<p>##### Armor Stand<\/p>\n<p>![armor_stand](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/armor_stand.png)<\/p>\n<p>##### Bucket of Fish<\/p>\n<p>![tropical_fish_bucket](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/bucket_of_tropical_fish.png)<\/p>\n<p>##### Bucket of Axolotl<\/p>\n<p>![axolotl](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/bucket_of_axolotl.png)<\/p>\n<p>##### Spawn Eggs<\/p>\n<p>![fox_spawn_egg](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/fox_spawn_egg.png)<\/p>\n<p>#### Lodestone Compass<\/p>\n<p>![lodestone_compass](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/lodestone_compass.png)<\/p>\n<p>#### Repair Cost<\/p>\n<p>![repair_cost](https:\/\/raw.githubusercontent.com\/Queerbric\/Inspecio\/1.19\/images\/repair_cost.png)<\/p>\n<p>## Configuration<\/p>\n<p>The configuration file of the mod is located in `<minecraft directory>\/config\/inspecio.json`.<\/p>\n<p>You can use the command `\/inspecio config` to manage configuration.<\/p>\n<p>Here&#8217;s the default configuration:<\/p>\n<p>&#8220;`json<br \/>\n{<br \/>\n  &#8220;jukebox&#8221;: &#8220;fancy&#8221;,<br \/>\n  &#8220;sign&#8221;: &#8220;fancy&#8221;,<br \/>\n  &#8220;advanced_tooltips&#8221;: {<br \/>\n    &#8220;repair_cost&#8221;: true,<br \/>\n    &#8220;lodestone_coords&#8221;: false<br \/>\n  },<br \/>\n  &#8220;filled_map&#8221;: {<br \/>\n    &#8220;enabled&#8221;: true,<br \/>\n    &#8220;show_player_icon&#8221;: false<br \/>\n  },<br \/>\n  &#8220;food&#8221;: {<br \/>\n    &#8220;hunger&#8221;: true,<br \/>\n    &#8220;saturation&#8221;: &#8220;merged&#8221;<br \/>\n  },<br \/>\n  &#8220;containers&#8221;: {<br \/>\n    &#8220;campfire&#8221;: true,<br \/>\n    &#8220;storage&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;compact&#8221;: false,<br \/>\n      &#8220;loot_table&#8221;: true<br \/>\n    },<br \/>\n    &#8220;shulker_box&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;compact&#8221;: false,<br \/>\n      &#8220;loot_table&#8221;: true,<br \/>\n      &#8220;color&#8221;: true<br \/>\n    },<br \/>\n    &#8220;chiseled_bookshelf&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;compact&#8221;: false,<br \/>\n      &#8220;loot_table&#8221;: true,<br \/>\n      &#8220;block_render&#8221;: true<br \/>\n    }<br \/>\n  },<br \/>\n  &#8220;effects&#8221;: {<br \/>\n    &#8220;food&#8221;: true,<br \/>\n    &#8220;hidden_motion&#8221;: true,<br \/>\n    &#8220;hidden_effect_mode&#8221;: &#8220;enchantment&#8221;,<br \/>\n    &#8220;beacon&#8221;: true,<br \/>\n    &#8220;potions&#8221;: true,<br \/>\n    &#8220;tipped_arrows&#8221;: true,<br \/>\n    &#8220;spectral_arrow&#8221;: true<br \/>\n  },<br \/>\n  &#8220;entities&#8221;: {<br \/>\n    &#8220;fish_bucket&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;always_show_name&#8221;: false,<br \/>\n      &#8220;spin&#8221;: true<br \/>\n    },<br \/>\n    &#8220;spawn_egg&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;always_show_name&#8221;: false,<br \/>\n      &#8220;spin&#8221;: true<br \/>\n    },<br \/>\n    &#8220;pufferfish_puff_state&#8221;: 2,<br \/>\n    &#8220;armor_stand&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;always_show_name&#8221;: false,<br \/>\n      &#8220;spin&#8221;: true<br \/>\n    },<br \/>\n    &#8220;bee&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;always_show_name&#8221;: false,<br \/>\n      &#8220;spin&#8221;: true,<br \/>\n      &#8220;show_honey_level&#8221;: true<br \/>\n    },<br \/>\n    &#8220;mob_spawner&#8221;: {<br \/>\n      &#8220;enabled&#8221;: true,<br \/>\n      &#8220;always_show_name&#8221;: false,<br \/>\n      &#8220;spin&#8221;: true<br \/>\n    }<br \/>\n  },<br \/>\n  &#8220;armor&#8221;: true,<br \/>\n  &#8220;banner_pattern&#8221;: true,<br \/>\n  &#8220;painting&#8221;: true<br \/>\n}<br \/>\n&#8220;`<\/p>\n<p>Here&#8217;s a list of each configuration entries and what they do:<\/p>\n<p> &#8211; `armor` (`bool`) &#8211; `true` if the display of the armor bar on armor items is enabled, or `false` otherwise.<br \/>\n &#8211; `banner_pattern` (`bool`) &#8211; `true` if the display of the pattern in the tooltip of banner patterns is enabled, or `false` otherwise.<br \/>\n &#8211; `painting` (`bool`) &#8211; `true` if the painting should be previewed in the tooltip of a painting item that has a known variant, or `false` otherwise.<br \/>\n &#8211; `advanced_tooltips`<br \/>\n   &#8211; `repair_cost` (`bool`) &#8211; `true` if the display the repair cost value is enabled, or `false` otherwise.<br \/>\n   &#8211; `lodestone_coords` (`bool`) &#8211; `true` if a display of the lodestone coordinates on lodestone compass is enabled, or `false` otherwise.<br \/>\n &#8211; `containers`<br \/>\n   &#8211; `campfire` (`bool`) &#8211; `true` if the display of a special tooltip on campfires which hold custom NBT is enabled, or `false` otherwise.<br \/>\n   &#8211; `storage`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if the inventory of storage items like chests, barrels, etc. should be shown in the tooltip, or `false` otherwise.<br \/>\n     &#8211; `compact` (`bool`) &#8211; `true` if the inventory should be compacted to take as little space as possible, or `false` otherwise.<br \/>\n     &#8211; `loot_table` (`bool`) &#8211; `true` if the loot table identifier should be displayed in the tooltip if specified, or `false` otherwise.<br \/>\n   &#8211; `shulker_box`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if the inventory of shulker boxes should be shown in the tooltip, or `false` otherwise.<br \/>\n     &#8211; `compact` (`bool`) &#8211; `true` if the inventory should be compacted to take as little space as possible, or `false` otherwise.<br \/>\n     &#8211; `loot_table` (`bool`) &#8211; `true` if the loot table identifier should be displayed in the tooltip if specified, or `false` otherwise.<br \/>\n     &#8211; `color` (`bool`) &#8211; `true` if the inventory tooltip should be colored the same as the shulker box, or `false` otherwise.<br \/>\n   &#8211; `chiseled_bookshelf`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if the inventory of chiseled bookshelves should be shown in the tooltip, or `false` otherwise.<br \/>\n     &#8211; `compact` (`bool`) &#8211; `true` if the inventory should be compacted to take as little space as possible, or `false` otherwise.<br \/>\n     &#8211; `loot_table` (`bool`) &#8211; `true` if the loot table identifier should be displayed in the tooltip if specified, or `false` otherwise.<br \/>\n     &#8211; `block_render` (`bool`) &#8211; `true` if the tooltip of chiseled bookshelves should display the block form instead of a standard inventory, or `false` otherwise.<br \/>\n &#8211; `effects`<br \/>\n   &#8211; `potions` (`bool`) &#8211; `true` if replacing the effect tooltips with a fancy one on potion items is enabled, or `false` otherwise.<br \/>\n   &#8211; `tipped_arrows` (`bool`) &#8211; `true` if replacing the effect tooltips with a fancy one on tipped arrows is enabled, or `false` otherwise.<br \/>\n   &#8211; `spectral_arrow` (`bool`) &#8211; `true` if replacing the effect tooltips with a fancy one on spectral arrow item is enabled, or `false` otherwise.<br \/>\n   &#8211; `food` (`bool`) &#8211; `true` if adding effect tooltips on food items is enabled, or `false` otherwise.<br \/>\n   &#8211; `hidden_motion` (`bool`) &#8211; `true` if using obfuscated text for hidden effect tooltips is enabled, or `false` otherwise.<br \/>\n   &#8211; `hidden_effect_mode` (`string`) &#8211; `&#8221;enchantment&#8221;` will display the obfuscated text for hidden effect tooltips with the enchantment font, `&#8221;obfuscated&#8221;` will use the normal font.<br \/>\n   &#8211; `beacon` (`bool`) &#8211; `true` if adding a tooltip with the primary and secondary effects (if they exist) is enabled, or `false` otherwise.<br \/>\n &#8211; `entities`<br \/>\n   &#8211; `armor_stand`<br \/>\n      &#8211; `enabled` (`bool`) &#8211; `true` if armor stand tooltip should be displayed, or `false` otherwise.<br \/>\n      &#8211; `always_show_name` (`bool`) &#8211; `true` if the name of an armor stand should always be shown, or `false` otherwise and use the CTRL key instead.<br \/>\n      &#8211; `spin` (`bool`) &#8211; `true` if the armor stand spin in the tooltip, or `false` otherwise<br \/>\n   &#8211; `bee`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if displaying the bees in the beehive tooltip is enabled, or `false` otherwise.<br \/>\n     &#8211; `always_show_name` (`bool`) &#8211; `true` if the name of the bees should always be shown, or `false` otherwise and use the CTRL key instead.<br \/>\n     &#8211; `spin` (`bool`) &#8211; `true` if the bees spin in the tooltip, or `false` otherwise.<br \/>\n     &#8211; `show_honey_level` (`bool`) `true` if the honey level should be shown, or `false` otherwise.<br \/>\n   &#8211; `fish_bucket`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if fish bucket tooltips should display the entity they hold, or `false` otherwise.<br \/>\n     &#8211; `spin` (`bool`) &#8211; `true` if the entity spins in the tooltip, or `false` otherwise.<br \/>\n   &#8211; `mob_spawner`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if mob spawner tooltips should display the entity they hold, or `false` otherwise.<br \/>\n     &#8211; `always_show_name` (`bool`) &#8211; `true` if the name of the hold entity should always be shown, or `false` otherwise.<br \/>\n     &#8211; `spin` (`bool`) &#8211; `true` if the entity spins in the tooltip, or `false` otherwise.<br \/>\n   &#8211; `spawn_egg`<br \/>\n     &#8211; `enabled` (`bool`) &#8211; `true` if spawn egg tooltips should display the entity they hold, or `false` otherwise.<br \/>\n     &#8211; `always_show_name` (`bool`) &#8211; `true` if the name of the hold entity should always be shown, or `false` otherwise.<br \/>\n     &#8211; `spin` (`bool`) &#8211; `true` if the entity spins in the tooltip, or `false` otherwise.<br \/>\n   &#8211; `pufferfish_puff_state` (`int`) &#8211; the pufferfish puff state, between 0 and 2 inclusive.<br \/>\n &#8211; `filled_map`<br \/>\n   &#8211; `enabled` (`bool`) &#8211; `true` if filled map tooltips should display the map, or `false` otherwise.<br \/>\n   &#8211; `show_player_icon` (`bool`) &#8211; `true` if show the player icon on filled map tooltips, or `false` otherwise.<br \/>\n &#8211; `food`<br \/>\n   &#8211; `hunger` (`bool`) &#8211; `true` if hunger bar should be displayed on food items, or `false` otherwise.<br \/>\n   &#8211; `saturation` (`string`) &#8211; `&#8221;disabled&#8221;` does nothing, `&#8221;merged&#8221;` adds the saturation bar as an outline to the hunger bar, `&#8221;separated&#8221;` adds its own saturation bar.<br \/>\n &#8211; `jukebox` (`string`) &#8211; `&#8221;disabled&#8221;` does nothing, `&#8221;fast&#8221;` will add the inserted disc name if possible in the tooltip of jukeboxes, `&#8221;fancy&#8221;` will display the disc item as well.<br \/>\n &#8211; `sign` (`string`) &#8211; `&#8221;disabled&#8221;` does nothing, `&#8221;fast&#8221;` will add the sign content as text tooltip if possible, `&#8221;fancy&#8221;` will add a fancy sign tooltip if possible.<\/p>\n<p>[quilt]: https:\/\/quiltmc.org<br \/>\n[Mod loader: Quilt]: https:\/\/img.shields.io\/badge\/modloader-Quilt-9115ff?style=flat-square<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A Minecraft mod which adds more tooltips.<\/p>\n","protected":false},"featured_media":85393,"template":"","meta":{"_minecraft_slug":"inspecio","_minecraft_project_id":"a93H3mKU","_minecraft_author":"LambdAurora","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":108635,"_minecraft_follows":770,"_minecraft_client_side":"required","_minecraft_server_side":"optional","_minecraft_storage_type":"zip","_minecraft_archive_name":"inspecio.zip","_minecraft_size_bytes":4406936,"_minecraft_version_count":17,"_minecraft_updated_at":"2026-05-16T23:49:37.503142Z","_minecraft_date_created":"2020-12-24T11:50:04.981357Z","_minecraft_date_modified":"2023-06-09T17:19:11.807930Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/inspecio","_minecraft_icon_attachment_id":85393,"_minecraft_imported_at":"2026-06-04T21:04:57+00:00","_minecraft_import_hash":"b1f8a8918d3add076d02a3b0da63ac08","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[156,97,98,92],"mod_loader":[99,100],"minecraft_version":[49,595,596,597,600,601,50,51,52,53,54,55,56,57,58,59,36,576,578,579,580,581,587,588,589,593,594],"class_list":["post-85392","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-decoration","mod_category-fabric","mod_category-quilt","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-17","minecraft_version-1-17-pre1","minecraft_version-1-17-pre2","minecraft_version-1-17-pre3","minecraft_version-1-17-rc1","minecraft_version-1-17-rc2","minecraft_version-1-17-1","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-20w51a","minecraft_version-21w03a","minecraft_version-21w05a","minecraft_version-21w05b","minecraft_version-21w06a","minecraft_version-21w13a","minecraft_version-21w14a","minecraft_version-21w15a","minecraft_version-21w19a","minecraft_version-21w20a"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Inspecio - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Inspecio - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A Minecraft mod which adds more tooltips.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/\",\"name\":\"Inspecio - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/inspecio-icon-icon.png\",\"datePublished\":\"2026-06-04T21:04:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/inspecio-icon-icon.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/inspecio-icon-icon.png\",\"width\":400,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/inspecio\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Inspecio\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Inspecio - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/","og_locale":"en_US","og_type":"article","og_title":"Inspecio - Minecraft","og_description":"A Minecraft mod which adds more tooltips.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/","name":"Inspecio - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/inspecio-icon-icon.png","datePublished":"2026-06-04T21:04:56+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/inspecio-icon-icon.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/inspecio-icon-icon.png","width":400,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/inspecio\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Inspecio"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/85392","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/85393"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=85392"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=85392"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=85392"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=85392"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}