Hi,
New to modding, so I will have tons of questions. As I am trying to learn from existing code, sometimes It's too much to me to properly interprete code. I hope that my questions are trivial, and someone will help a newbe.
I want to do a mod that will give some new HUD features (basically will give more FPS-ish HUD features), and I would rather that drawing string on HUD draw a textures. I seen that in thaumcraft there are some textures on HUD (vis/taint level when googles of revealing on). I want to display some HUD features when item is worn or in quickItem bar, but detecting item is kinda easy. For now I don't know how to implement drawing textures on HUD.
I would like to draw textures from a custom file, and I also don't know where to put that file or how to define that texture.
Can anyone help?