Hi
I know, this topic was posted nearly 100 times or so, but I watched many tutorials and I swear, I read every topic about it, but nothing solved my problem...
I just started to create a mod, I'm working with IntteliJ Community Edition 14.0.3...
All the other things I write for the block, like setLightlevel or so.. it all works, but the name and the texture won't load. I think I have the right structure and no capital letter, so I don't have an idea... When i debug it, i shows:
My folder structure is:
src
main
java
buecki.kfcraft
Proxies
kfcraftClientProxy
kfcraftProxy
BlockTest
ItemTest
kfcraft
ressources
assets
kfcraft
lang
en_US.lang
textures
items
ItemTest.png
blocks
BlockRot.png
BlockTest.png
The java files:
BlockTest
ItemTest
kfcraft
kfcraftClientProxy
kfcraftProxy
en_US.lang
So I hope you can help me