From 8afeb05cc8998ce1e8adc674c8683ca2b2b52fab Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Sat, 4 Sep 2010 19:20:04 -0400 Subject: [PATCH] disabled rendering torches and minetracks for now --- textures.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/textures.py b/textures.py index d466bb0..b857781 100644 --- a/textures.py +++ b/textures.py @@ -109,15 +109,15 @@ def _build_texturemap(): top = [-1,1,0,2,16,4,15,17,205,205,237,237,18,19,32,33, 34,21,52,48,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, # Cloths are left out -1,-1,-1,64,64,13,12,29,28,23,22,6,6,7,8,35, # Gold/iron blocks? Doublestep? TNT from above? - 36,37,80,-1,65,4,25,101,98,24,43,-1,86,1,1,-1, # Torch from above? leaving out fire. Redstone wire? Crops left out. sign post - -1,-1,128,16,-1,-1,-1,-1,-1,51,51,-1,-1,1,66,67, # door,ladder left out. Minecart rail orientation + 36,37,-1,-1,65,4,25,101,98,24,43,-1,86,1,1,-1, # Torch from above? leaving out fire. Redstone wire? Crops left out. sign post + -1,-1,-1,16,-1,-1,-1,-1,-1,51,51,-1,-1,1,66,67, # door,ladder left out. Minecart rail orientation 66,69,72,-1,74 # clay? ] side = [-1,1,3,2,16,4,15,17,205,205,237,237,18,19,32,33, 34,21,52,48,49,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1, -1,-1,-1,64,64,13,12,29,28,23,22,6,6,7,8,35, - 36,37,80,-1,65,4,25,101,98,24,43,-1,86,1,1,-1, - -1,-1,128,16,-1,-1,-1,-1,-1,51,51,-1,-1,1,66,67, + 36,37,-1,-1,65,4,25,101,98,24,43,-1,86,1,1,-1, + -1,-1,-1,16,-1,-1,-1,-1,-1,51,51,-1,-1,1,66,67, 66,69,72,-1,74 ] side[2] = 2