mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-22 21:03:52 +00:00
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
This commit is contained in:
parent
d265ce29a2
commit
a4214805d1
4 changed files with 14 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue