Texture not referenced correctly or not loading

Currently running into an issue where my texture doesnt load for some reason. Im creating a dog variant datapack. Heres my json file for the "cave dog" { "assets": { "angry": "diadogs:textures/entity/wolf/wolf_cave_angry.png", "wild": "diadogs:textures/entity/wolf/wolf_cave.png", "tame": "diadogs:textures/entity/wolf/wolf_cave_tame.png" }, "spawn_conditions": [ { "condition": { "type": "minecraft:biome", "biomes": ["minecraft:plains"] }, "priority": 1 } ] } and my path for my resource pack looks like the image attached. I hope ive provided enough information, thank you!

Continue to help post