The Aether

The Aether

32M Downloads

Bug: Aerogel walls should not cull the faces of adjacent opaque blocks

muzikbike opened this issue ยท 1 comments

commented

What Feature Types Apply to This Bug?

Block

Other Type

No response

What Type of Bug Is This?

Annoyance

Forge Version

47.2.0

The Aether Version

1.0.0-neoforge

Is This Bug a Conflict With Another Mod?

No response

Client Log

No response

Crash Report (if applicable)

No response

Steps to Reproduce

  • Place aerogel walls
  • Place non-aerogel walls or a fance gate directly next to it so they connect directly

What You Expect To Happen

The faces adjacent to the wall blocks would not be culled, since aerogel walls can be seen through.

What Actually Happened

The faces are culled, which looks odd. Aerogel walls should only be able to cull the faces of other aerogel walls (but should still be culled by other walls).

Additional Details

2023-12-28_03 24 17
2023-12-28_03 24 20

Please Read and Confirm The Following

  • I have confirmed this bug can be replicated without the use of Optifine.
  • I have confirmed this bug is on the most recently supported version of Minecraft.
  • I have confirmed the details provided in this report are concise as possible and does not contained vague information (ie. Versions are properly recorded, answers to questions are clear).
  • I have confirmed this issue is unique and has not been reported already.
  • If playing on a modpack, I have reported this issue to their issue tracker already.
commented

Might be fixable with an override to the hidesNeighborFace method.