Hey there folks, tried looking around the net and figured I should come to the source.
My first post here I hope it's not in a sticky I missed someplace, searched about 15 pages.
So I wanted to add a type of pipe to my mod, but no matter if I use a addVertexWithUV or a Model I
can't for the life of me see anything. It doesn't render anything on screen; I just see the bounding box.
To save post space here's a pastebins...
The Block Code:
http://pastebin.com/LK7xaLXw
The Renderer Code:
http://pastebin.com/TZCXZRin
I've also tried a model in teche but had just as many issues.
In my (both for sake of testing) proxies I have
ClientRegistry.bindTileEntitySpecialRenderer(TileEntityCustom.class, new TileEntityCustomRenderer());
I also have the @SidedProxy and block registered in my main mod class.
I've never done a custom rendered block like this before, so if anyone could help me out I'd appreciate it.
(Also, I've tried numerous different resource locations assuming there was an issue, including .toLowerCase since my mod is SiriusMC and the folder is siriusmc.)