0

Fixed lighting and rotation issues for new stairs

This commit is contained in:
Andrew Chin
2011-09-11 11:44:53 -04:00
parent d7bb11b2b4
commit 4701490c3e
2 changed files with 4 additions and 4 deletions

View File

@@ -1823,7 +1823,7 @@ def convert_data(blockID, data):
elif data == 2: data = 3
elif data == 3: data = 1
elif data == 4: data = 2
if blockID in (53,67): # wooden and cobblestone stairs.
if blockID in (53,67,108,109): # wooden and cobblestone stairs.
if _north == 'upper-left':
if data == 0: data = 2
elif data == 1: data = 3