So I've finally started using the 1.15.2 and am new to coding and I've gotten my mod all setup. I believe I have everything setup correctly but I've recently started modding so there's probably a few issues. I just need help figuring out why my OBJ model won't load correctly. The item appears in the correct creative tab, has the correct model name, but it is just a giant missing texture block. Could I have some advice or solutions? I see no errors besides this which doesn't seem to be related to the OBJ model.
Here's my model's json.
{
"parent": "forge:item/default",
"loader": "forge:obj",
"model": "thereesemod:models/item/test_model.obj",
"flip-v": true,
"transform": {
"firstperson_righthand": {
"scale": 3.0
}
}
}