From 3a6208ead09fd095d6a9924bf32282a6f3e4b249 Mon Sep 17 00:00:00 2001 From: Andrew Chin Date: Thu, 22 Sep 2011 20:44:56 -0400 Subject: [PATCH] Added support for Nether Brick Also reformatted the texture list (sorry for the noisy diff) --- overviewer_core/textures.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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