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

@@ -438,8 +438,10 @@ def _build_blockimages():
-1, -1, -1, -1, -1, -1, -1, -1, -1, 51, 51, -1, -1, -1, 66, -1, -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 # 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, 66, 69, 72, 73, 75, -1, 102,103,104,105,-1, 102, -1, -1, -1, -1,
# 96 97 98 99 100 101 102 103 # 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, 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 # NOTE: For non-block textures, the sideid is ignored, but can't be -1
@@ -457,8 +459,10 @@ def _build_blockimages():
-1, -1, -1, -1, -1, -1, -1, -1, -1, 51, 51, -1, -1, -1, 66, -1, -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 # 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, 66, 70, 72, 73, 74, -1 ,118,103,104,105, -1, 118,-1, -1, -1, -1,
# 96 97 98 99 100 101 102 103 # 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, 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 # This maps block id to the texture that goes on the side of the block