Перейти к содержимому
Mineforgian

Tooltips DLP8

A client-side mod that adds customizable tooltips to items with JSON configuration and color formatting support.

Загрузки
483
Подписчики
2
Обновлён
3 октября 2025 г.
Лицензия
All-Rights-Reserved

Опубликован 22 сентября 2025 г.

Tooltips DLP8

A simple client-side mod that adds customizable tooltips to Minecraft items. Uses resource packs for easy distribution and configuration!

Features

  • Customizable tooltips with hex colors (#RRGGBB)
  • Line break support (#n)
  • Resource pack only - Distribute configurations easily
  • Multiple resource pack support - Load tooltips from multiple packs
  • JSONC configuration with comments
  • /tooltips reload command to reload configuration
  • Predefined colors for CivLabs classes
  • Automatic resource pack detection and loading
  • Resource pack name display in commands

Configuration

Resource Pack Method

Create resource packs with tooltip configurations in assets/tooltips-dlp8/[your-filename].jsonc:

Important: Use different filenames (like civlabs.jsonc, my-server.jsonc, etc.) instead of tooltips.jsonc to avoid conflicts with the mod's built-in tooltips.

{
  // Example tooltips for CivLabs classes: You can add comments with // or /* */
  "minecraft:diamond_sword": "#e03e2dGuardsman's Weapon#n#resetA sharp blade forged by skilled hands",
  "minecraft:golden_apple": "#b96ad9Healer's Blessing#n#resetRestores health and grants temporary effects"
}

Multiple Resource Packs

The mod supports loading tooltips from multiple resource packs simultaneously. Tooltips from later packs will override earlier ones if they have the same item ID.

Color Codes

  • #RRGGBB - Hex color (e.g., #ff0000 for red)
  • #reset - Reset to default tooltip color
  • #n - New line

Specialization Experiment Classes Colors

  • #7e8c8d - Blacksmith (Gray)
  • #f1c40f - Builder (Yellow)
  • #2dc26b - Farmer (Green)
  • #e03e2d - Guardsman (Red)
  • #b96ad9 - Healer (Purple)
  • #3598db - Librarian (Blue)
  • #ecf0f1 - Miner (Light Gray)

See this resource pack for an example: SpEx Resource Pack

Commands

  • /tooltips reload - Reload configuration from resource packs and show loaded packs
  • /tooltips help - Show help, current status, and loaded resource packs

The commands will display:

  • Number of loaded tooltips
  • Number of resource packs with tooltips
  • Names of loaded resource packs

Perfect for roleplay servers, custom servers, or adding custom information to your items!

Ченджлог

0.1.5Релиз1.21.6, 1.21.7, 1.21.8 · 3 октября 2025 г.

Changes in v0.1.5

Full Changelog: v0.1.4...v0.1.5

  • Updated to 1.21.8 and v0.1.5 (ed24ed5)
0.1.4Релиз1.21.6 · 30 сентября 2025 г.

Changes in v0.1.4

Full Changelog: v0.1.3...v0.1.4

  • Bump v0.1.4 (9801800)
  • Fix compat for Simple Resource Loader (0e5ddbc)
0.1.3Релиз1.21.6 · 24 сентября 2025 г.

Changes in v0.1.3

Full Changelog: v0.1.2...v0.1.3

  • Now tooltips aren't sustitutive, they add (513059a)
  • Bump v0.1.3 (ba4c3f1)
  • Added tag support (bec80ef)
0.1.2Релиз1.21.6 · 24 сентября 2025 г.

Changes in v0.1.2

Full Changelog: v0.1.1...v0.1.2

  • Bump version v0.1.2 (9cc29c2)
  • Removed unused functions (a80127c)
  • Enhance tooltip configuration feedback and resource pack detection (0f5281b)
  • Removed unused imports (ce54346)
0.1.1Релиз1.21.6 · 24 сентября 2025 г.

Changes in v0.1.1

Full Changelog: v0.1.0...v0.1.1

  • Bump v0.1.1 (bd7c5f2)
  • feat: implement resource pack-only tooltip system with multiple .jsonc support (d0c0001)
0.1.0Релиз1.21.6 · 22 сентября 2025 г.

Changes in v0.1.0

Full Changelog: ...v0.1.0

  • Update release.yml (f66ff06)
  • Delete build.yml (e968196)
  • Create release.yml (0941e30)
  • Update README.md (8a4e7f7)
  • Create README.md (3207811)
  • Some fixes (64de7a6)
  • Added icon (2086b1c)
  • Big renaming (8fe4bfc)
  • Set version to v0.1.0 (fee36cc)
  • Update tooltip configuration to support JSONC format and multiline tooltips (4b59a6d)

Комментарии

Загружаем…