Compatibility
Minecraft: Java Edition
1.21.5–1.21.8
Platforms
Supported environments
Links
Creators
Details
Updating Icon Mod
What it does?
Deletes icon.png
from your world folder after the world starts.
Why? Because Minecraft insists on keeping outdated icons, and I don't so why not force them to generate a new ones?
If you want new icon of your World after every gaming session that's mod for you.
⚙️ How it works
- Runs only in singleplayer (
IntegratedServer
) - Hooks into
SERVER_STARTED
event via Fabric API - No mixins, no reflection, no hacks — just clean Java
- Should be compatible with everything
🧪 Tested on
- Minecraft 1.21.5
- Fabric Loader 0.17.2
- Fabric API 0.128.2
- Java 21
Should also work on any version higher
(I'm not a programmer so I probably won't port that until needed)
🧠 Inspired by
The idea behind "Updating World Icon" by CursedFlames/Cursed1nferno But for 1.21.5+ and without mixins
Marked as SinglePlayer only because it doesn't do anything if you are not on IntegratedServer