I need some help with some bugs in my mod in 1.7.2.
1. Block and item textures aren't loading. My mod is in it's own project (Wuppy's advanced setup), and the file structure is src/main/resources/assets/renkin42swt/textures/items and /blocks. Entities have no problem loading their textures from this same location.
2. Placing new blocks crashes the game
3. Crafting Recipes work, but retrieving new items from the output crashes the game.
4. New items and blocks are being removed from my inventory when exiting and re-entering the game.
5. New blocks and items aren't appearing in the creative menu.
6. Blocks under transparent blocks not being rendered. Please check main/java/renkin42/stuffWorthThrowing/blocks/BlockSpectralBrick.
I am running forge 1007.
Here is my source code in it's current form: https://github.com/Renkin42/SWT_Mod_Gradle