sp614x / optifine

1.8k stars 418 forks source link

Custom Item Models (Bow} #896

Open Brandooon opened 7 years ago

Brandooon commented 7 years ago

Hi there,

I was working on custom item models with a bow. However, when I change the name of the bow to netherskin, it gives me a missing item texture. Could you please help?

dark_nether.properties (Located: minecraft/mcpatcher/cit):

items=0261
model=item/dark_nether
nbt.display.Name=darknether

dark_nether.json (Located: minecraft/models/item): https://pastebin.com/x8KpL6jw

Kind Regards, Brandooon

Edaurd commented 6 years ago

You cant use custom 3d models on CIT items, there is a workaround, if you inplement both models into one model and then just make the parts of the nether model invisible for regular bow and parts for the regular bow invisible for the nether bow, this might sound complicated but it works

PoorMustang commented 4 years ago

Do you mean the model in the json file? I don't seem to know how to do that...