I think it is a missing texture
[Client thread/ERROR]: Using missing texture, unable to load realsurvival:textures/blocks/campFire.png
java.io.FileNotFoundException: realsurvival:textures/blocks/campFire.png
Here is the path of the texture
/Forge/src/main/resources/assets/realsurvival/textures/blocks/FirePitTexture.png
i've tried
resources/assets/realsurvival/textures/blocks/FirePitTexture.png
assets/realsurvival/textures/blocks/FirePitTexture.png
realsurvival/textures/blocks/FirePitTexture.png
etc
also the texture isnt 16x16, im guessing not but could that be the problem?
I'm trying to make a custom rendered block, which uses a model, however i cant get it to work, I've looked at tutorials etc but nothing i do works.
When i place it, it is invisible, and in my inventory it has a flat missing texture
Anyway here is the code
Block Code
Tile Entity Code
Tile Entity Render Code
Model Code