Hello Modders!
Im new to forge, just recently made my huge plans for next mods, but I got stuck on such simple thing..., adding textures, I get error in Forge console, it says texture file couldn't be found and therefore it uses just a weird checkers texture..., please don't think that there is mistake in my code, I double and triple checked it, but I here it is anyways:
I have a java package called assets.testmod.src and I have two files there, TestMod.java, which is basically the main class, and ModInfo.java - where all the @Mod data is. I also have another package inside this package called assets.testmod.src.block, where I was adding my blocks. I have one file called TestBlock.java there.
So, TestMod.java:
TestBlock.java:
To be more precise I put my block texture file in /forge/mcp/src/minecraft/assets/testmod/src/textures/blocks, the file called testBlock.png.
Hopefully I will solve this problem, I literally have tried everything, googled everywhere, but nothing worked for me... By the way I am using Eclipse, got JDK installed, Java 7 installed (obviously), system is MacOS X 10.8.4
Thanks for your help!
Yours faithfully,
AlenEviLL.