From bdeefe4118b4b90b3ed765073eafa6c9f7759c4a Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Sun, 11 Sep 2011 13:30:45 +0200 Subject: [PATCH] Update the list of transparent blocks. Added: iron bars, glass pane, pumpkin and melon stem, vines, fence gates, brick and stone brick stairs. --- overviewer_core/chunk.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/overviewer_core/chunk.py b/overviewer_core/chunk.py index 3b5269e..3fdaf4a 100644 --- a/overviewer_core/chunk.py +++ b/overviewer_core/chunk.py @@ -129,7 +129,8 @@ def get_tileentity_data(level): transparent_blocks = set([ 0, 6, 8, 9, 18, 20, 26, 27, 28, 29, 30, 31, 32, 33, 34, 37, 38, 39, 40, 44, 50, 51, 52, 53, 55, 59, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 74, 75, 76, 77, 78, 79, - 81, 83, 85, 90, 92, 93, 94, 96]) + 81, 83, 85, 90, 92, 93, 94, 96, 101, 102, 104, 105, + 106, 107, 108, 109]) # This set holds block ids that are solid blocks solid_blocks = set([1, 2, 3, 4, 5, 7, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22,