
hypixel skyblock npc and items translate
Instantly translate NPC chats and item tooltips to your language using AI or Google Translate while perfectly keeping original Minecraft color codes!
Оцените первым
753
2
hypixel npc and items translate 1.2.7
Release17.06.2026
Список изменений
🐛 Bug Fixes
Crash Fix — "Can only blur once per frame"
- Problem: The mod was calling
renderBackground()insideWelcomeScreen.render(), which conflicted with other mods that also apply a blur effect, causing the game to crash. - Fix: Removed the
renderBackground()call fromWelcomeScreen.
Invisible Text Fix
- Problem: Text in
WelcomeScreenwas invisible because color values like0xFFFFFF(white) and0xAAAAAA(gray) were missing the alpha channel. Minecraft 1.21+ requires full 8-digit ARGB format (e.g.,0xFFFFFFFF). - Fix: Added
0xFFalpha prefix to all text color values.
✨ New Features
/translate Command
- Removed all old internal commands from the Fabric command registry (
/translatenpc,/translate_npc,/revert_npc,/npc_setkey). - Registered a single clean command:
/translate— opens the mod settings menu (shown in white/gray, not red). - Internal commands (
/translate_npc,/revert_npc) still work via Mixin interception but are intentionally not registered, so they appear red in chat (background-only commands).
Z Keybind — Open Translator Menu
- Added a new keybinding
key.npctranslator.menumapped to Z by default. - Pressing Z in-game instantly opens the mod's settings screen.
- Added localization entries in both
en_us.jsonandtr_tr.json.
Unified Settings Screen
- Problem:
/translateand Z were opening the AutoConfig screen, while ESC → Mods was opening the custom Cloth Config screen — they looked completely different. - Fix:
openSettings()now always opens the customModMenuIntegrationscreen, making all three entry points visually identical.
Disabled "Changes Not Saved" Confirmation Dialog
- Problem: Closing the settings screen without making any changes still triggered a "Changes Not Saved / Are you sure?" popup.
- Fix: Added
setDoesConfirmSave(false)toConfigBuilder, so the screen closes immediately without asking for confirmation.
Fixed "Error!" on Save Button
- Problem: The Save button showed
Error!and refused to save any changes. - Root Cause:
setErrorSupplier()was used on the Groq API Key and Groq Model entries to display a "Disabled (Google Translate selected)" message. In Cloth Config, any non-empty value from an error supplier blocks saving, even if it's just informational. - Fix: Removed both
setErrorSupplier()calls entirely.
🔤 Rebranding
| Item | Before | After |
|---|---|---|
| Mod name | NPC Translator | NPC & Items Translator |
| Settings title (EN) | NPC Translator Settings | NPC & Items Translator Settings |
| Settings title (TR) | NPC Çeviri Ayarları | NPC & Eşya Çeviri Ayarları |
| Category (EN) | NPC Translator | NPC & Items Translator |
| Category (TR) | NPC Çevirici | NPC & Eşya Çevirici |
| Welcome screen title | NPC Translator Mod | NPC & Items Translator |
| Welcome screen text | Mentions "Mod Menu button" | Mentions /translate and Z key |
| Error message command | /translatenpc | /translate |
📝 Documentation
README.md
- Completely rewritten from the default Fabric template placeholder.
- Now contains full feature description, engine comparison table (Groq vs Google), keybind reference, and mod requirements.
fabric.mod.json
name:NPC Translator→NPC & Items Translatordescription: Short placeholder → full English description.
Файлы
npc_translator-1.2.7.jar(36.07 KiB)
ОсновнойМетаданные
Канал релиза
Release
Номер версии
1.2.7
Загрузчики
Fabric
Версии игры
1.21.11
Загрузок
30
Дата публикации
17.06.2026
