
ItemsAdderAdvancedTooltip
A client-side mod replacing the minecraft:id advanced tooltip with a custom one from ItemsAdder.
- Загрузки
- 315
- Подписчики
- 3
- Обновлён
- 10 мая 2026 г.
- Лицензия
- MIT
Опубликован 8 мая 2026 г.
ItemsAdderAdvancedTooltip is a simple Clientside Fabric Mod for 1.21.11 that modifies the minecraft:<id> text usually shown in Advanced Tooltips with a custom <namespace>:<id> one, if you're hovering over an item that was created by the Server Plugin ItemsAdder.
How it works
The Mod looks for the following components structure in an item:
components: {
"minecraft:custom_data": {
itemsadder: {
namespace: "namespace",
id: "id"
}
}
}
If such a component structure is found does the mod take the namespace and id value and use them as the Tooltip's <namespace>:<id> content, replacing the minecraft:<id> one usually displayed.
Example: Instead of minecraft:paper would it display example:custom_item.
Modpack inclusion?
This mod can be included in Modpacks, as long as you respect the MIT license and also give credit to me and this original project page.
(Neo)Forge version?
Tried to add support for NeoForge using Architectury, but due to way too many issues did I make this mod a Fabric-only version. This mod may work on NeoForge using the Connector mod but no guarantee is provided here. Maybe in the future will I consider a NeoForge version to be created.
Ченджлог
1.0.1+1.21.11Релиз1.21.11 · 10 мая 2026 г.
Added 26.1 support for the Mod.
The mod is now build using Stonecutter, which should hopefully allow simpler support for future versions of MC.
Older versions aren't supported yet, due to major differences that cannot be fixed with stonecutter alone.
1.0.1+26.1.2Релиз26.1, 26.1.2 · 10 мая 2026 г.
Added 26.1 support for the Mod.
The mod is now build using Stonecutter, which should hopefully allow simpler support for future versions of MC.
Older versions aren't supported yet, due to major differences that cannot be fixed with stonecutter alone.
1.0.0Релиз1.21.11 · 8 мая 2026 г.
Initial release of the mod.
Комментарии
Загружаем…