So, I am trying to learn modding with Forge, and failed right on the start. I am trying to add a simple block - Coal Block, craftable with coal etc, ya know. Everything looks fine but the texture does not seem to load properly. I've tried whatever, but couldn't find a solution or where the issue is.
Here is my code (it's my "learning mod", bear with possible stupidity please):
base mod file:
Block file:
ClientProxy.java:
CommonProxy.java:
Here is what I get in-game:
The block's texture is messed up, but apparently it is somehow loaded. If I replace the texture with a red one, the block is red, but the texture is not rendered as it should.
This is the actual png texture:
I have tried to figure out where did I make a mistake for hours, but all in vain. Posting here as a last resort, if anyone can point me in the right direction of the error...