Fixed lighting and rotation issues for new stairs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user