From effaa204e04481cb8197c07cbb279f942a2f0a4b Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Tue, 11 Jan 2011 10:10:31 +0100 Subject: [PATCH] Add blockid = 55 to the list of transparent blocks. --- chunk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chunk.py b/chunk.py index 13a387b..6256862 100644 --- a/chunk.py +++ b/chunk.py @@ -109,7 +109,7 @@ def iterate_chunkblocks(xoff,yoff): # This set holds blocks ids that can be seen through, for occlusion calculations -transparent_blocks = set([0, 6, 8, 9, 18, 20, 37, 38, 39, 40, 44, 50, 51, 52, 53, +transparent_blocks = set([0, 6, 8, 9, 18, 20, 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]) # This set holds block ids that are solid blocks