diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index 7c8b708..f055649 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -437,9 +437,11 @@ def _build_blockimages(): # 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 -1, -1, -1, -1, -1, -1, -1, -1, -1, 51, 51, -1, -1, -1, 66, -1, # 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 - 66, 69, 72, 73, 75, -1,102,103,104,105,-1, 102, -1, -1, -1, -1, - # 96 97 98 99 100 101 102 103 - -1, -1, -1, -1, -1, -1, -1, 137, + 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, -1, -1, + # 112 + 224 ] # NOTE: For non-block textures, the sideid is ignored, but can't be -1 @@ -456,9 +458,11 @@ def _build_blockimages(): # 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 -1, -1, -1, -1, -1, -1, -1, -1, -1, 51, 51, -1, -1, -1, 66, -1, # 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 - 66, 70, 72, 73, 74,-1 ,118,103,104,105, -1, 118,-1, -1, -1, -1, - # 96 97 98 99 100 101 102 103 - -1, -1, -1, -1, -1, -1, -1, 136, + 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, -1, -1, + # 112 + 224 ] # This maps block id to the texture that goes on the side of the block