Okay guys, after some JD-GUI searching and whatsoever, this is the problem for the missing Iron Furnace GUI and Armor:
This has working textures
GuiCanner.class
Code
private static final ResourceLocation background = new ResourceLocation("ic2", "textures/gui/GUICanner.png");
These have broken textures
GuiIronFurnace.class
and
ItemArmorIC2.class
I've tried creating a resource pack with the paths of the respective textures in the zip file:
- assets/
- assets/ic2/
- assets/minecraft/
But still doesn't work.