Mojira Archive
MCPE-101803

Carried Textures Don't Override Custom Geometry

When creating a block with custom geometry, adding "carried_textures": "texture_name" to the 'blocks' file in the resource pack doesn't override the image in the inventory.

Steps To Reproduce:

  1. Create a custom block with custom geometry
  2. Add "carried_textures": "lantern_carried" to the blocks section in the 'blocks' file in the resource pack.
  3. The block will show the custom geometry rather than the carried texture in the inventory.

Expected Behavior:

  • Adding carried textures overrides the block model in the inventory

Actual Behavior:

  • Custom block geometry doesn't get replaced