0

Added support for Nether Brick

Also reformatted the texture list (sorry for the noisy diff)
This commit is contained in:
Andrew Chin
2011-09-22 20:44:56 -04:00
parent 4e86d38b23
commit 3a6208ead0

View File

@@ -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