I'm learning how to make mods, I have a bit of Java knowledge. I'm trying to give my block "block1" and item "item1" a texture, I have made 2 .png files using paint.net.
This is my code:
learning.java: http://pastebin.com/9E7cN0Ur
Block1.java: http://pastebin.com/4nA0zAqX
Package explorer:
Texures:
block1.png:
item1.png:
Log file: http://pastebin.com/AxxwjUgF
Forge version: forge-1.7.2-10.12.2.1.21
I don't know why my textures don't work, in-game they have the purple-black "missing texture". Can anyone help me?