From 4e67706dc3dc02e1a96fa5cd479b831dfb92e85d Mon Sep 17 00:00:00 2001 From: Loki Rautio Date: Fri, 6 Mar 2026 16:29:46 -0600 Subject: Revert "Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748)" This reverts commit a4214805d1edfd79e4ee8b587e44faf537ec507c. --- Minecraft.World/StainedGlassPaneBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Minecraft.World/StainedGlassPaneBlock.cpp') diff --git a/Minecraft.World/StainedGlassPaneBlock.cpp b/Minecraft.World/StainedGlassPaneBlock.cpp index 7d7dca1a..086d8ae5 100644 --- a/Minecraft.World/StainedGlassPaneBlock.cpp +++ b/Minecraft.World/StainedGlassPaneBlock.cpp @@ -6,7 +6,7 @@ Icon *StainedGlassPaneBlock::ICONS[StainedGlassPaneBlock::ICONS_COUNT]; Icon *StainedGlassPaneBlock::EDGE_ICONS[StainedGlassPaneBlock::ICONS_COUNT]; -StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, true) +StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, false) { } -- cgit v1.2.3