I'm working on a project that involves custom models so I been using CustomModelData.
The only thing that worked for when the models were to replace actual blocks and items.
(You can notice this by looking at the crystal in my hotbar.)
I've checked my JSON code, and my file paths. The only way it would to come back to me is if it were a bug. Keep in mind that the models were working a day prior to me filing this report I don't know that much. But this is definitely frustrating me.
Attachments
Comments 5
I have attached it now, hope it helps.
Also i used;
/give @s item_frame{CustomModelData:1}
/give @s item_frame{CustomModelData:2}
/give @s item_frame{CustomModelData:3}
/give @s stick{CustomModelData:1}
Also unrelated tip: if you want to use a custom namespace like beyondminecraft
, put it adjacent to the minecraft
folder inside of assets
instead of inside of it.
That way, your assets can be referenced as beyondminecraft:items/amethyst
instead of minecraft:beyondminecraft/items/amethyst
Please attach the complete pack and command used