Cannot see Create copycat panels through each other except at multiple of 10 y levels
drewcassidy opened this issue ยท 6 comments
Bug Description
I cannot see the copycat steps below the copycat panels with the panel at y level 76 and facing east
One floor up with the panel at y level 80, I can see through it just fine
Confirmed this pattern repeats at y=70 as well, so I think its every 10 blocks
I thought it was some kind of overeager culling but I can see parts of the step when it pokes out from behind the panel. draw order maybe?
Reproduction Steps
Place a Create copycat panel at a multiple of 10 y level, then a step below it. Try to look at the step through the panel.
Log File
https://mclo.gs/ZGqaKra
sodium-options.json.txt
Crash Report
This is caused by the fact that copycat blocks always render on the translucent layer and that Sodium did not have translucency sorting. Now that #38 is fixed, this issue is also fixed. However, this should also be fixed on Create Fabric's side; it is already reported as Fabricators-of-Create/Create#964.
That makes sense, explains why it happens despite the bars being cutout rendered (though probably shouldn't be for mipmap reasons).
Looks like 0.6 is close to coming out, I'm looking forward to it :)
Going to merge this into the Sodium 0.6 milestone then, since it looks resolved.
is this #38? y=80 is a subchunk boundary, it would make sense to me.