fixed flower and rose graphics

This commit is contained in:
David Vierra 2010-11-01 17:33:04 -10:00
parent eae6c2c44f
commit 1b8bf19113

View File

@ -73,9 +73,9 @@ classicMaterials.blockTextures = [
)
] + list(((64+i,)*6, "{0} Cloth".format(clothColors[i])) for i in range(16)) + [ #21-36:"Cloth",
(
(12, 12, 12, 12, 12, 12), "Flower",#37:
(13, 13, 13, 13, 13, 13), "Flower",#37:
), (
(13, 13, 13, 13, 13, 13), "Rose",#38:
(12, 12, 12, 12, 12, 12), "Rose",#38:
), (
(29,)*6, "Brown mushroom",#39:
), (
@ -186,9 +186,9 @@ materials.blockTextures = [
), (
(NOTEX,)*6, "Unusable White Cloth"
), (
(12, 12, 12, 12, 12, 12), "Flower",#37:
(13, 13, 13, 13, 13, 13), "Flower",#37:
), (
(13, 13, 13, 13, 13, 13), "Rose",#38:
(12, 12, 12, 12, 12, 12), "Rose",#38:
), (
(29,)*6, "Brown mushroom",#39:
), (