From 38d970f7e1488cea9a06f35207d3dc373dcd75b3 Mon Sep 17 00:00:00 2001 From: Alejandro Aguilera Date: Thu, 24 Feb 2011 13:26:36 +0100 Subject: [PATCH] The texture for redstone wire is now white! Needs tinting. Ignore redstone wire blocks for now... --- textures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/textures.py b/textures.py index bc2eb41..2478260 100644 --- a/textures.py +++ b/textures.py @@ -281,7 +281,7 @@ def _build_blockimages(): # 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 -1, -1, -1, -1, -1, 13, 12, 29, 28, 23, 22, 6, 6, 7, 8, 35, # Gold/iron blocks? Doublestep? TNT from above? # 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 - 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/furnaces handled elsewhere. sign post + 36, 37, 80, -1, 65, 4, 25, -1, 98, 24, 43, -1, 86, -1, -1, -1, # Torch from above? leaving out fire. Redstone wire? Crops/furnaces handled elsewhere. sign post # 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 -1, -1, -1, 16, -1, -1, -1, -1, -1, 51, 51, -1, -1, 1, 66, 67, # door,ladder left out. Minecart rail orientation # 80 81 82 83 84 85 86 87 88 89 90 91