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

LemonSkin

AppleSkin continuation for 1.12.2

30K загрузок9 подписчиковMITforge

Обновлён 15 марта 2026 г. · опубликован 30 августа 2025 г.

Minecraft mod that adds various food-related HUD improvements

LemonSkin is a fork of AppleSkin specifically made for Minecraft 1.12.2. Its main goals are:

  • Fixing existing bugs and issues in the 1.12.2 version of AppleSkin
  • Backporting useful features and functionality from newer versions of the mod
  • Adding new features to the mod

⚙️ Features

  • Adds food value information to tooltips. Two rendering modes are available: Legacy and Modern (Backported):
Legacy Mode Modern Mode
  • Adds a visualization of saturation and exhaustion to the HUD:

  • Adds a visualization of potential hunger/saturation restored while holding food:

  • Adds a visualization of potential health restored while holding food (Backported):

  • Adds hunger/saturation/exhaustion info to the debug overlay (F3)
  • Syncs the value of saturation and exhaustion to the client.

🧩 Built-in integrations with other mods (v4.0.0+)

SimpleDifficulty SimpleDifficulty
By Charles445
  • Drink value tooltips (Legacy & Modern modes supported):

    Legacy Mode Modern Mode
  • HUD - Exhaustion, potential thirst/hydration visualization:



  • Adds thirst/hydration/exhaustion info to the debug overlay (F3)

  • Syncs the value of exhaustion to the client.



Mantle Mantle
By mDiyo
  • Mantle replaces vanilla heart rendering system with its own, and LemonSkin is compatible with it:

Comparison of LemonSkin and AppleSkin features

Feature LemonSkin AppleSkin 1.12 AppleSkin 1.16+
Food Value Tooltip In Item Tooltip / On Floating Background On Floating Background In Item Tooltip
Saturation Visualisation yes yes yes
Potential Hunger/Saturation Visualisation yes yes yes
Potential Health Visualisation yes no yes
Food Info in F3 yes yes yes
Sync Overlay With Vanilla Icons Shake yes no yes
Rotten Food Visualisation (Overlay / Tooltip) yes no yes

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
4.0.0Бета1.12.2forge15 марта 2026 г..jar (97 КБ)
3.1.0Релиз1.12.2forge30 декабря 2025 г..jar (62 КБ)
3.0.2Бета1.12.2forge22 ноября 2025 г..jar (61 КБ)
3.0.1Релиз1.12.2forge16 октября 2025 г..jar (59 КБ)
3.0.0Релиз1.12.2forge29 сентября 2025 г..jar (58 КБ)
2.2.0-1Бета1.12.2forge16 сентября 2025 г..jar (48 КБ)
2.2.0Бета1.12.2forge15 сентября 2025 г..jar (48 КБ)
2.1.2-2Бета1.12.2forge9 сентября 2025 г..jar (44 КБ)
2.1.2-1Бета1.12.2forge3 сентября 2025 г..jar (44 КБ)
2.1.1Бета1.12.2forge30 августа 2025 г..jar (44 КБ)

Ченджлог

4.0.0Бета1.12.2 · 15 марта 2026 г.

🆕 New Features

SimpleDifficulty Integration

  • Thirst HUD Overlays — See predicted thirst restoration when holding drinks
  • Hydration Overlay — Shows hydration (thirst saturation) that will be restored
  • Thirst Exhaustion Underlay — Progress bar behind the thirst bar showing exhaustion level
  • Drink Tooltips — Thirst and hydration values displayed in item tooltips (both modern and legacy styles)
  • Dirty Drink Indicator — Drinks with thirst chance are shown with different icons
  • F3 Debug Info — Thirst, hydration, and exhaustion stats in debug overlay
  • Automatic Syncing — Thirst exhaustion is now synced from server to client

Mantle Compatibility

  • Extra Hearts Support — Health restoration overlay now properly works with Mantle's colored hearts
  • Correctly renders predicted health across multiple heart tiers

Debug Info

  • Custom Format Strings — Configure exactly how food/thirst stats appear in F3 overlay
  • Available placeholders: %h (hunger), %t (thirst), %s (saturation), %e (exhaustion), %eM (max exhaustion)
  • All values are now under the [LemonSkin] section to avoid confusion with other mods

⚡ Improvements

  • Flash alpha animation is now interpolated between frames for smoother visuals
  • Recipe Book tooltip fix no longer requires game restart to toggle

⚙️ New Config Options

Mods:
├── Mantle: true/false
└── Simple Difficulty:
    ├── Show Thirst Exhaustion Underlay
    ├── Show Thirst Values HUD Overlay
    ├── Show Thirst Saturation HUD Overlay
    ├── Show Drink Values in Tooltip
    ├── Show Drink Values in Tooltip Always
    ├── Show Thirst Stats in F3
    └── Thirst Debug Info Format

Debug Info Format (customizable F3 text)
3.1.0Релиз1.12.2 · 30 декабря 2025 г.

Additions:

  • Backported MAX_HUD_OVERLAY_FLASH_ALPHA config option
  • Added missing mod metadata

Fixes:

  • Fixed incompatibility with AppleCore that caused the saturation overlay not to appear ( #10 )
3.0.2Бета1.12.2 · 22 ноября 2025 г.

Added:

  • Config option "Update Overlays When Game Is Paused"
    If true, HUD overlays animations will be updated when the game is paused. false by default
  • Ukrainian localization

Fixes:

  • Fixed rendering-related incompatibility with some mods that may add new bars to the hotbar (such as Rustic, Armor Toughness Bar, etc.) ( #8 )
3.0.1Релиз1.12.2 · 16 октября 2025 г.
  • Fixed crash on dedicated server ( #6 )
  • Fixed an issue where the food tooltip could expand in width even when food stats should not be displayed
3.0.0Релиз1.12.2 · 29 сентября 2025 г.

LemonSkin is now mixin-based and requires MixinBooter

New config feature: Custom Saturation Color

  • User can set custom color (by HEX) for saturation overlay (HUD & Tooltip) without resource packs
    Requires Use Custom Saturation Color = true

Changes / Fixes:

  • Now width of tooltip changes directly, rather than being reserved using space characters (Modern Tooltip Mode)
    • This may fix minor incompatibilities with mods that change the thickness of space character (like SmoothFont)
  • Fixed #4
2.2.0-1Бета1.12.2 · 16 сентября 2025 г.

Fixed crash related to JEI tooltips

2.2.0Бета1.12.2 · 15 сентября 2025 г.

Fixed minor incompatibility with JEI item tooltips (Requires MixinBooter to apply fix)

2.1.2-2Бета1.12.2 · 9 сентября 2025 г.

Temporary fix for ClassCastException crash

Полная история изменений — на Modrinth.

Комментарии

Загружаем…