Hi! I am new in minecraft modding, and I am making grenade mod. I already created model and textures for it(in Tabula) and exported in JSON format(in models/block folder) and in .java class for projectile entity. I want item to have it own 2d texture(put the model in models/item), but in hand it will use 3d model. Can someone give tutorial how to do that\write it. I have tried to change my new modelResourceLocation parameters(from "inventory" to "block") but it done nothing.
Hi! I am new in minecraft modding, and I am making grenade mod. I already created model and textures for it(in Tabula) and exported in JSON format(in models/block folder) and in .java class for projectile entity. I want item to have it own 2d texture(put the model in models/item), but in hand it will use 3d model. Can someone give tutorial how to do that\write it. I have tried to change my new modelResourceLocation parameters(from "inventory" to "block") but it done nothing.