Home

Awesome

Inspecio

Java 8 GitHub license Environment: Client Mod loader: Fabric Version

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

armor

Food tooltip

food

Potion tooltips

potion suspicious stew

Shulker Box tooltips (and other storage blocks)

Normal:

normal

Colored:

colored

Compact:

compact

Jukebox tooltip

jukebox

Loot Table Tooltip

loot_table

Bee Hive Tooltip

bees

Sign Tooltip

sign

Banner Pattern

banner_pattern

Filled Map

map

Entities

Bucket of Fish

tropical_fish_bucket

Bucket of Axolotl

axolotl

Spawn Eggs

fox_spawn_egg

Repair Cost

Only shows up if Advanced Tooltip is enabled (F3 + H). repair_cost

Configuration

The configuration file of the mod is located in <minecraft directory>/config/inspecio.json.

Here's the default configuration:

{
  "food": {
    "hunger": true,
    "saturation": "merged"
  },
  "jukebox": "fancy",
  "sign": "fancy",
  "entities": {
    "bee": {
      "enabled": true,
      "always_show_name": false,
      "spin": true
    },
    "fish_bucket": {
      "enabled": true,
      "always_show_name": false,
      "spin": true
    },
    "spawn_egg": {
      "enabled": true,
      "always_show_name": false,
      "spin": true
    },
    "pufferfish_puff_state": 2
  },
  "filled_map": {
    "enabled": true,
    "show_player_icon": false
  },
  "armor": true,
  "banner_pattern": true,
  "containers": {
    "storage": {
      "enabled": true,
      "compact": false,
      "loot_table": true
    },
    "shulker_box": {
      "enabled": true,
      "compact": false,
      "loot_table": true,
      "color": true
    }
  },
  "effects": {
    "potions": true,
    "tipped_arrows": true,
    "spectral_arrow": true,
    "food": true
  }
}

Here's a list of each configuration entries and what they do: