Sorry for the late reply. I wasn't able to get on the internet for a couple of days.
Now it's actually checking in my model package... That was a derp on my part.
But it still can't load the texture.
Basically, it's rendering as a normal block and my model at the same time but without a texture.
Could it be because one of the parts of my model is rotated or outside of the block space?
Hello all. I've been trying to create a custom rendered block but it just doesn't want to work. For some reason it's checking in minecraft and not in my model package...
The error
This is everything in my main mod class that is related to rendering. The rendering happens in the PreInitialization.
My block class
My block renderer
My item renderer
My model
Client proxy