
Descriptor
Adds in-game descriptions to Minecraft. (Only potion effects for now)
- Загрузки
- 154
- Подписчики
- 0
- Обновлён
- 24 июля 2026 г.
- Лицензия
- LGPL-3.0-or-later
Опубликован 26 мая 2026 г.
Descriptor
A small client-side mod that adds in-game descriptions to Minecraft.
Currently only adds descriptions (in the form of tooltips) for potions and mob effects.
Descriptions for potions show up in item tooltips, and when hovering over effects in the inventory.
The mod has an in-game config available with Mod Menu and YetAnotherConfigLib (YACL) installed.
For Modders
To add compatibility with your custom MobEffects, you can simply add an entry to your language file.
{
"effect.<your-mod-id>.<your-effect-id>.desc": "My custom description"
}
Ченджлог
0.0.5+26.2Бета26.2 · 24 июля 2026 г.
Added
- Added duration and redstone output tooltips to music discs
0.0.4+26.2Бета26.2 · 23 июля 2026 г.
Ported to 26.2
0.0.4+26.1.2Бета26.1, 26.1.1, 26.1.2 · 23 июля 2026 г.
Added
- Mob effects can now have custom handlers attached to them
- This is for more advanced effects that may change their function depending on duration and amplifier.
0.0.3+26.1.2Бета26.1, 26.1.1, 26.1.2 · 4 июня 2026 г.
Added
- The mod is now configurable!
- Install ModMenu and YACL to edit the config in-game
- Now shows effect amplifier and remaining duration in HUD tooltips
- Added an option to show effect amplifier and remaining duration in tooltips show in the inventory effects
0.0.2+26.1.2Бета26.1, 26.1.1, 26.1.2 · 30 мая 2026 г.
Changes
- Now shows
No description availableinstead of not showing anything when hovering over effects in the inventory - The mod's command responses are no longer hardcoded
Fixed
- Fixed dependency version for Minecraft in
fabric.mod.json- This was preventing the mod from loading in 26.1 and 26.1.1
- Fixed links in
fabric.mod.json
0.0.1+26.1.2Бета26.1.2 · 27 мая 2026 г.
Initial release
Комментарии
Загружаем…