You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.
Error occurs even with no other resource packs in the load order.
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.
Other trapdoors are 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:
After:
The text was updated successfully, but these errors were encountered:
pastyginger
changed the title
Birch Trapdoor Error When Opened - Classic 3D (16x)
[Bug] Birch Trapdoor Error When Opened - Classic 3D (16x)
Dec 4, 2021
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
Error occurs even with no other resource packs in the load order.
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.
Other trapdoors are 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:
After:
The text was updated successfully, but these errors were encountered: