From b49d13e8d6fe626413385682a05b55fe231ad553 Mon Sep 17 00:00:00 2001 From: David Vierra Date: Sat, 15 Jan 2011 17:37:50 -1000 Subject: [PATCH] gold, iron, and diamond blocks now show the same tex on all sides --- materials.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/materials.py b/materials.py index 8f5c4ab..0de2899 100644 --- a/materials.py +++ b/materials.py @@ -85,9 +85,9 @@ classicMaterials.blockTextures = [ ), ( (28,)*6, "Red mushroom",#40: ), ( - (39, 39, 23, 55, 39, 39), "Solid Gold Block",#41: + (0x17,)*6, "Solid Gold Block",#41: ), ( - (38, 38, 22, 54, 38, 38), "Solid Iron Block",#42: + (0x16,)*6, "Solid Iron Block",#42: ), ( (5, 5, 6, 6, 5, 5), "Double stone stair step",#43: ), ( @@ -117,7 +117,7 @@ classicMaterials.blockTextures = [ ), ( (50, 50, 50, 50, 50, 50), "Diamond Ore",#56: ), ( - (40, 40, 24, 56, 40, 40), "Solid Diamond Block",#57: + (0x18,)*6, "Solid Diamond Block",#57: ), ( (59, 59, 43, 20, 60, 60), "Crafting Table",#58: ), (