diff --git a/overviewer_core/chunk.py b/overviewer_core/chunk.py index 2df3fdb..e1b454b 100644 --- a/overviewer_core/chunk.py +++ b/overviewer_core/chunk.py @@ -137,7 +137,7 @@ transparent_blocks = set([ 0, 6, 8, 9, 18, 20, 26, 27, 28, 29, 30, 31, 32, 33 solid_blocks = set([1, 2, 3, 4, 5, 7, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 35, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 56, 57, 58, 60, 61, 62, 67, 73, 74, 78, 79, 80, 81, 82, 84, 86, 87, 88, 89, 91, 95, 97, 98, - 99, 100, 103, 108, 109, 110, 112, 114]) + 99, 100, 103, 108, 109, 110, 112, 114, 121]) # This set holds block ids that are fluid blocks fluid_blocks = set([8,9,10,11]) diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index 92f448b..12840cb 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -441,8 +441,8 @@ def _build_blockimages(): 66, 69, 72, 73, 75, -1, 102,103,104,105,-1, 102, -1, -1, -1, -1, # 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 -1, -1, -1, -1, -1, -1, -1, 137,-1, -1, -1, -1, -1, -1, 78, -1, - # 112 - 224 + # 112 113 114 115 116 117 118 119 120 121 + 224, -1, -1, -1, -1, -1, -1, -1, -1,175 ] # NOTE: For non-block textures, the sideid is ignored, but can't be -1 @@ -462,8 +462,8 @@ def _build_blockimages(): 66, 70, 72, 73, 74, -1 ,118,103,104,105, -1, 118,-1, -1, -1, -1, # 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 -1, -1, -1, -1, -1 ,-1 ,-1, 136,-1, -1, -1, -1, -1, -1, 77, -1, - # 112 - 224 + # 112 113 114 115 116 117 118 119 120 121 + 224, -1, -1, -1, -1, -1, -1, -1, -1,175 ] # This maps block id to the texture that goes on the side of the block