mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 12:42:22 -04:00
snow/slab/cobblestone opaque too
This commit is contained in:
parent
bb52576a13
commit
6af9ec951c
@ -138,9 +138,7 @@ namespace MCGalaxy.Blocks {
|
|||||||
|
|
||||||
if (b == Block.ice || b == Block.water || b == Block.waterstill)
|
if (b == Block.ice || b == Block.water || b == Block.waterstill)
|
||||||
return DrawType.Translucent;
|
return DrawType.Translucent;
|
||||||
if (b == Block.glass || b == Block.leaf || b == Block.snow)
|
if (b == Block.glass || b == Block.leaf)
|
||||||
return DrawType.Transparent;
|
|
||||||
if (b == Block.staircasestep || b == Block.cobblestoneslab)
|
|
||||||
return DrawType.Transparent;
|
return DrawType.Transparent;
|
||||||
|
|
||||||
if (b >= Block.yellowflower && b <= Block.redmushroom)
|
if (b >= Block.yellowflower && b <= Block.redmushroom)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user