File Details
Unsophisticated Tab 1.0.1 (Forge 1.20.1)
- R
- Jun 17, 2026
- 26.04 KB
- 20
- 1.20.1
- Forge
File Name
unsophisticatedtab-1.0.1.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
[1.0.1] — 2026-06-17
Changed
- Reworked the hover tooltip into a single, native-style tooltip. Hovering a backpack tab now shows one vanilla-framed tooltip — the backpack name, its contents as a small item grid, and a slot/source line (e.g. "Slot: Back", "Chest Slot", "Inventory") — instead of two overlapping tooltips. The contents grid reuses Sophisticated Backpacks' own tooltip component (and its server sync), so it always matches SB's look.
Added
- Chest armor slot support. Backpacks equipped in the chest armor slot now get a tab, are previewed, and open correctly (via SB's
armorhandler). Enabled by default; configurable withincludeArmorChestSlot.
Fixed
- Eliminated the duplicate/overlapping tooltip when hovering a tab (the tab no longer also draws Legendary Tabs' native button tooltip).
Removed
- The internal preview network packet and client cache, plus the
previewMaxStacks/previewCacheTicksconfig options — Sophisticated Backpacks' own tooltip component now handles fetching and rendering contents.
[1.0.0] — 2026-06-17
First release. Minecraft 1.20.1 (Forge).
Added
- One dynamic Legendary Tabs tab per Sophisticated Backpack carried in the player's inventory or Curios slots.
- Click to open: clicking a tab opens that specific backpack's GUI, resolved and validated server-side via Sophisticated Backpacks'
BackpackContext(supports main inventory, hotbar, offhand, and Curios slots). - Hover preview: hovering a tab shows the backpack's name, its source slot, a miniaturized item-grid preview of its contents, and a used/total slot count — synced from the server with a short client-side cache and a per-key request cooldown.
- Stable left-to-right tab ordering with an optional numeric index badge.
- Client config (
unsophisticatedtab-client.toml) covering which sources to scan (hotbar / main inventory / offhand / Curios), Curios-first ordering, max tab count, preview size and cache duration, tooltip detail, and debug logging. - Curios support is fully optional and guarded — the mod runs without Curios installed and the tabs register on the Curios inventory screen (
CuriosScreenV2) when it is present.
Notes
- Uses only Legendary Tabs' existing tab texture; ships no new PNG assets.
- Legendary Tabs is treated as a client-only dependency; the mod loads cleanly on dedicated servers without it.
includeOpenedBackpackScreenTabis present in the config but reserved for a future release (no effect yet).

