0

Add blockid = 55 to the list of transparent blocks.

This commit is contained in:
Alejandro Aguilera
2011-01-11 10:10:31 +01:00
parent ae993df2ae
commit effaa204e0

View File

@@ -109,7 +109,7 @@ def iterate_chunkblocks(xoff,yoff):
# This set holds blocks ids that can be seen through, for occlusion calculations # 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]) 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 # This set holds block ids that are solid blocks