SKCraft / Launcher

🚀 Distribute your Minecraft modpacks with a custom launcher
Other
613 stars 427 forks source link

Change the Icon of Individual Modpacks #509

Open Kairosen opened 1 year ago

Kairosen commented 1 year ago

The modpack icons are defaulting to what i am using for my website, I think. Anyway to change them specifically?

hedgehog1029 commented 1 year ago

The instance icons are sourced from the resources folder (instance_icon.png and custom_instance_icon.png).

They're set here: https://github.com/SKCraft/Launcher/blob/master/launcher/src/main/java/com/skcraft/launcher/swing/InstanceTableModel.java#L26

I think this code has barely been changed since the SKMCLauncher days, hence the distinction between "custom" and "user" instances... probably due an overhaul. Supporting custom icons per-pack is on the roadmap there.