0

Render ladders (with correct orientation)

This commit is contained in:
Andrew Chin
2010-10-01 23:19:53 -04:00
parent 66a90bb411
commit cd97222a9b
2 changed files with 29 additions and 1 deletions

View File

@@ -272,7 +272,7 @@ class ChunkRenderer(object):
# alone. additional data is required.
# TODO torches, redstone torches, crops, ladders, stairs,
# levers, doors, buttons, and signs all need to be handled here (and in textures.py)
if blockid in (66,59,61,62): ## minecart track, crops
if blockid in (66,59,61,62, 65): ## minecart track, crops, ladder
# also handle furnaces here, since one side has a different texture than the other
ancilData = blockData_expanded[x,y,z]
t = textures.generate_special_texture(blockid, ancilData)