Mojira Archive
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.

Fixed

Connor Steppie

[Mojang] Chi Wong

2024-08-21, 05:38 PM

2024-09-10, 01:52 PM

2024-09-10, 01:52 PM

3

3

Confirmed

Normal

1288295

Expansion B

Textures and models

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

1.21.1, 24w34a, 24w35a

24w37a