
CustomGameIcon
CustomGameIcon is a lightweight Fabric client mod that lets you customize the Minecraft taskbar and window icon using your own images or player heads, all controllable with simple in-game commands.
- Загрузки
- 357
- Подписчики
- 0
- Обновлён
- 6 марта 2026 г.
- Лицензия
- MIT
Опубликован 6 марта 2026 г.
CustomGameIcon
A high-performance, client-side runtime runtime visual customization utility for the Fabric ecosystem.
Overview
CustomGameIcon grants complete, low-level execution control over the operating system's window and taskbar application icons. Instead of defaulting to standard application indicators, this lightweight utility overrides the native window display context, allowing developers and players to map arbitrary images, dynamically resized textures, or active player skin geometry directly onto the game runtime frame.
Key Features
- Arbitrary Target Image Ingestion — Suppress standard application window parameters to load custom
.pngassets seamlessly from localized config directories. - Automated Asset Rescaling — Features an integrated image sampling pipeline to dynamically downscale or scale image matrix boundaries to match standard OS taskbar resolution profiles.
- Dynamic Texture Hot-Reloading — Implements realtime runtime execution loops allowing configurations to be fully flushed and updated via internal system commands without lifecycle termination or client re-initialization.
- Acoustic Player Identity Resolution — Queries skin servers directly to dynamically fetch, capture, and rasterize any valid Minecraft player head asset into an application handle.
- Stochastic Indexing Mode — Features a randomized generation function that shuffles and applies assets from your image cache pool on demand.
- Zero Engine Footprint — Entirely isolated to client-side window management subsystems, keeping background execution memory footprints negligible.
Installation Guide
- Dependency Verification: Ensure the target execution environment has the correct version of the Fabric Loader and Fabric API successfully deployed.
- Deployment: Move the compiled
CustomGameIconbinary archive directly into your activemodsexecution directory. - Initialization: Launch the client payload. The system will automatically instantiate a local profile schema at
config/CustomGameIcon/.
Configuration & Ingestion Syntax
Drop any valid .png asset into the generated configuration matrix file path:
config/CustomGameIcon/your_target_asset.png
Ченджлог
1.0.0Релиз1.21.9, 1.21.10, 1.21.11 · 6 марта 2026 г.
CustomGameIcon v1.0.0
Initial release of CustomGameIcon — a lightweight Fabric client mod that allows you to fully customize the Minecraft window and taskbar icon.
This mod lets players use their own PNG images as the Minecraft icon, automatically resizing them to work with the operating system. Icons can be reloaded without restarting the game and controlled entirely through in-game commands.
Features
• Use any PNG file as the Minecraft window icon
• Automatic image resizing (any resolution supported)
• Random icon mode from multiple images
• Set icon using Minecraft player heads
• Reload icons without restarting the game
• Simple in-game command system
• Lightweight and fully client-side
Commands
/customgameicon help
Shows all available commands.
/customgameicon reload
Reloads icons from the config folder.
/customgameicon random on
Enable random icon selection.
/customgameicon random off
Disable random icon selection.
/customgameicon seticon
Use a Minecraft player's head as the window icon.
How To Use
- Launch the game with the mod installed.
- A folder will automatically be created:
config/CustomGameIcon
- Place any
.pngicon inside that folder. - Run
/customgameicon reloador restart the game.
Notes
• Works with any PNG resolution.
• Icons are automatically resized for the best taskbar appearance.
• Fully client-side (safe for multiplayer servers).
Links
Комментарии
Загружаем…