mojira.dev
MC-275792

Bottom faces of torches and soul torches are not culled against solid blocks

The bug

24w34a fixed MC-275248. However, the bottom faces for torches are still not culled if placed on an opaque block, even through they should be since the face is completely occluded.

Both the vanilla textures and Programmer Art are affected, despite the fact that they use different models.

How to reproduce

  1. Place a torch or soul torch on top of a full, opaque block

  2. Enter Spectator mode

  3. View from below

Expected results

The bottom face of the torch would not be visible.

Actual results

It is.

How to fix

Add cullface arguments to the line corresponding to the bottom face.

I've attached a fixed version of the normal default torch model as well as a fixed version of the Programmer Art model, so this is pretty much a drag-and-drop fix.

Related issues

Attachments

Comments

migrated
[media][media][media][media]

muzikbike

Chi Wong

1288295

Confirmed

Expansion B

Normal

Textures and models

cullface, cullface-missing-from-model, soul_torch, torch

1.21.1, 24w34a, 24w35a

24w37a

Retrieved