So I made a custom rendered block, however whenever the texture is loaded it keeps trying to take it from the defualt Minecraft area, meaning no texture is loaded:
"[10:53:07] [Client thread/WARN]: Failed to load texture: minecraft:textures/model/MonsterBody.png
java.io.FileNotFoundException: minecraft:textures/model/MonsterBody.png"
My code:
Main file code that is related:
Block Creature:
ModdingBlock:
RenderCreatureBlock:
RenderCreatureItem:
TileResourceLocation:
TileEntityCreature:
CreatureBlockEntityRenderer:
MonsterBody:
BlockInMod: