mojira.dev
MCPE-228939

Lightning Rods do not follow the same "textures"/"carried_textures" behaviour as other blocks

when customising textures for Lightning rods (Waxed and Unwaxed, in all Oxidisation states) the blocks.json file ignores any “carried_textures” entries and only uses entries defined in “textures”.
Additionally when using “textures” to define the faces of the lightning rod, the game uses “up” as the carried texture on all faces and “down” as the in-world texture for all faces. This also leaves the side faces (defined by using either “side” or compass directions) as being unused/not visible on either rendering of the block model.

STEPS TO REPRODUCE;

  1. create a custom resource pack

  2. inside blocks.json create entries such as;

    "waxed_lightning_rod": {
        "carried_textures": {
            "up": "red_concrete",
            "side": "pink_concrete",
            "down": "blue_concrete"
        }
    },
    "lightning_rod": {
        "textures": {
            "up": "red_concrete",
            "side": "pink_concrete",
            "down": "blue_concrete"
        }
    }
  3. open a world with the resource pack and obtain a waxed and unwaxed lightning rod

EXPECTED RESULT;

The Waxed lightning rod is coloured red and pink inside the inventory, but regularly textured placed in the world.
The Unwaxed lightning rod is coloured red and pink placed in the world, but regularly textured inside the inventory.

ACTUAL RESULT;

The Waxed lightning rod is regularly textured both inside the inventory and placed in the world,
The Unwaxed lightning rod is coloured only red inside the inventory, and is coloured only blue placed in the world - with the colour pink not visible in either rendering.

Attachments

Comments 3

Thank you for your report!

However, this issue has been temporarily closed as Awaiting Response.

Could you please attach a resource pack showcasing the issue?

This ticket will automatically reopen when you reply.

Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki

[media]

Attached is resource pack showing the bug, I have edited all lightning rod entries in blocks.json and included a showcase of the using compass direction for sides not displaying correctly.

Exactly the same with cooper doors! Carried textures are ignored.

satin

(Unassigned)

1496650

Confirmed

Windows

1.21.111

Retrieved