Hello everyone! This is my first post here.
For the past few days since porting my (work in progress) mod, I have been having trouble with textures and Item names. I've
followed the instructions for updating where you have to put the textures in "yourmod/assets/textures/blocks" and setting
the texture by ' setBlockTexture("yourmod:testblock") ', but I still cannot get it to work. I'm using separate projects for each of
my mods (so it's easier to handle) as shown on this tutorial: http://www.wuppy29.com/minecraft/modding-tutorials/wuppys-minecraft-forge-modding-tutorials-for-1-7-creating-your-own-mod-advanced-setup/#sthash.7EXPfSkU.dpbs
My full sourcecode is accessible via my github here: https://github.com/dylanpdx/HellstoneMod
Thank you very much in advance