Classic 3D (16x)

Classic 3D (16x)

1M Downloads

[Bug] Birch Trapdoor Error When Opened - Classic 3D (16x)

pastyginger opened this issue ยท 1 comments

commented

Birch trapdoors give a visual error when right-clicked.

- Minecraft Version: 1.18
- Classic 3D Version: v14.0
- Optifine Version: 1.18-OptiFine_HD_U_H3

birch_trapdoor_closed
birch_trapdoor_open

Error occurs even with no other resource packs in the load order.

resource packs

This error only seems to occur when the birch trapdoor in its "open" state is intersecting the protruding 3D pieces of a block. Error does not occur when the trapdoor is placed on top of a block, or when it is opened with no blocks behind it to intersect with.

Open and Intersecting with Block

Other trapdoors are unaffected.

Other Trapdoors Unaffected

EDIT: This is likely an error with the face culling. I've found a temporary fix for the problem by going into assets/minecraft/models/block/birch_trapdoor_open.json and deleting every instance of "cullface" in the code.

Before:

Before

After:

After

commented

Fixed: 9fbf3d0