mojira.dev
MC-279302

Item with custom texture doesn't work

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

You should probably do some research, but I think that a Lectern is a 3D Model, not too sure though.

lightning_rod is a 3D Model and work using texture

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). 

@santohyj123 i added models and now it's working, thanks

models/item/custom_picture.json

{
  "parent": "minecraft:item/generated",
  "textures": {
    "layer0": "minecraft:item/custom_picture"
  }
}

Edoard

(Unassigned)

Unconfirmed

(Unassigned)

1.21.4, 25w02a

Retrieved