item with texture that doesn't exist into minecraft doesn't work
i have example with lectern that use texture named custom_picture and it show black and purple item
Attachments
Comments 4
Your resourcepack does not have a model (inside models/item), not a bug. Check the Minecraft Wiki for more details.
To be more specific: the Model Definition (items/lectern.json) of the lectern is pointing to an item Model which does not exist (it is pointing to models/item/custom_picture.json).
You should probably do some research, but I think that a Lectern is a 3D Model, not too sure though.