0

Fix textures for saplings.

This commit is contained in:
Alejandro Aguilera
2011-04-21 01:28:14 +02:00
parent 5a70c4686c
commit b513977a79

View File

@@ -439,12 +439,12 @@ def generate_special_texture(blockID, data):
if blockID == 6: # saplings if blockID == 6: # saplings
if data == 1: # spruce sapling if data == 1: # spruce sapling
toptexture = terrain_images[64] toptexture = terrain_images[63]
sidetexture = terrain_images[64] sidetexture = terrain_images[63]
if data == 2: # birch sapling if data == 2: # birch sapling
toptexture = terrain_images[80] toptexture = terrain_images[79]
sidetexture = terrain_images[80] sidetexture = terrain_images[79]
else: # usual and future saplings else: # usual and future saplings
toptexture = terrain_images[15] toptexture = terrain_images[15]