From 6af9ec951c86a100251bf0b427427a7d3f13d245 Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Tue, 21 Feb 2017 08:45:53 +1100 Subject: [PATCH] snow/slab/cobblestone opaque too --- MCGalaxy/Blocks/DefaultSet.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/MCGalaxy/Blocks/DefaultSet.cs b/MCGalaxy/Blocks/DefaultSet.cs index a8ffcd63b..e6f89faff 100644 --- a/MCGalaxy/Blocks/DefaultSet.cs +++ b/MCGalaxy/Blocks/DefaultSet.cs @@ -138,9 +138,7 @@ namespace MCGalaxy.Blocks { if (b == Block.ice || b == Block.water || b == Block.waterstill) return DrawType.Translucent; - if (b == Block.glass || b == Block.leaf || b == Block.snow) - return DrawType.Transparent; - if (b == Block.staircasestep || b == Block.cobblestoneslab) + if (b == Block.glass || b == Block.leaf) return DrawType.Transparent; if (b >= Block.yellowflower && b <= Block.redmushroom)