Develop Minecraft Client?

af
3

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"));

Dr

Must do the new icon in the assets of Minecraft. After that adjust the path (eg "Client / icon.png")

af

That will not do…

Dr

Then unfortunately I do not know