[15:34:12] [Server-Worker-8/WARN] [minecraft/ModelBakery]: Unable to load model: 'ultagem_mod:ultagem_block' referenced from: ultagem_mod:ultagem_block#: java.io.FileNotFoundException: ultagem_mod:models/ultagem_block.json
That is the error I've been getting for the past while and I can't figure out how to fix it. The block item in hand loads fine but not the block placed in the world.
Blockstate:
{
"variants": {
"": { "model": "ultagem_mod:ultagem_block" }
}
}
Block Model:
{
"parent": "block/cube_all",
"textures": {
"all": "ultagem_mod:block/ultagem_block"
}
}
Package explorer with block model location & texture location in attachments (dont know how to embed images)