I'm currently developing my own client like Labymod…
I would like to change the icon of Minecraft how does it work?
JAVA CODE:
inputstream = this.mcDefaultResourcePack.getInputStreamAssets (new ResourceLocation ("icons / icon_16x16.png"));
inputstream1 = this.mcDefaultResourcePack.getInputStreamAssets (new ResourceLocation ("icons / icon_32x32.png"));
Must do the new icon in the assets of Minecraft. After that adjust the path (eg "Client / icon.png")
That will not do…
Then unfortunately I do not know