CoffeeCatRailway / CoffeeCatsCheeseMod

So, do you like cheese as much as me?
The Unlicense
0 stars 0 forks source link

Leaves does not show solid blocks behind them #3

Closed TelepathicGrunt closed 4 years ago

TelepathicGrunt commented 4 years ago

Leaves with CoffeeCatsCheeseMod will allow x-ray to happen like so: image

This is because the leaves property need to have .notSolid() called here in order for MC to know to render blocks behind the leaves: https://github.com/CoffeeCatRailway/CoffeeCatsCheeseMod/blob/006bacb75cf485ea44e329ef3329e34eccf83956/src/main/java/coffeecatrailway/coffeecheese/registry/ModBlocks.java#L141

I hope this helps!

CoffeeCatRailway commented 4 years ago

Thank you! I can't believe I missid this, I've been trying to fix this for so long XD