0

Passable crop rendering

This commit is contained in:
Andrew Chin
2010-10-01 22:33:25 -04:00
parent 86d5476234
commit 78962cfbe5
2 changed files with 16 additions and 2 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,): ## minecart track
if blockid in (66,59): ## minecart track, crops
ancilData = blockData_expanded[x,y,z]
t = textures.generate_special_texture(blockid, ancilData)