From a4214805d1edfd79e4ee8b587e44faf537ec507c Mon Sep 17 00:00:00 2001 From: Marvelco Date: Fri, 6 Mar 2026 23:35:30 +0200 Subject: Fixed stained glass and glass pane not rendering the water and held item transparency for stained glass and pane (#748) * fixed stained glass and glass pane not rendering the water * Fixed held item transparency for stained glass and pane --- 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 086d8ae5..7d7dca1a 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, false) +StainedGlassPaneBlock::StainedGlassPaneBlock(int id) : ThinFenceTile(id, L"glass", L"glass_pane_top", Material::glass, true) { } -- cgit v1.2.3