[ci skip] Small cleanup to mc utils patch

This commit is contained in:
Nassim Jahnke
2024-01-12 21:58:54 +01:00
parent af61e5fa1e
commit 12960f7064
5 changed files with 6 additions and 66 deletions

View File

@@ -4890,7 +4890,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
this.spawnTerrainParticles = blockbase_info.spawnTerrainParticles;
this.instrument = blockbase_info.instrument;
this.replaceable = blockbase_info.replaceable;
+ this.conditionallyFullOpaque = this.isOpaque() & this.isTransparentOnSomeFaces(); // Paper
+ this.conditionallyFullOpaque = this.canOcclude & this.useShapeForLightOcclusion; // Paper
}
private boolean calculateSolid() {