0

Fix wood log rotation in lower-left and lower-right orientations.

This commit is contained in:
Matti Ruohonen
2012-09-12 15:10:26 +03:00
parent 6f0cdc35a1
commit 32b50c0550

View File

@@ -860,7 +860,7 @@ def wood(self, blockid, data):
if self.rotation == 1:
if wood_orientation == 4: wood_orientation = 8
elif wood_orientation == 8: wood_orientation = 4
elif self.rotation == 2:
elif self.rotation == 3:
if wood_orientation == 4: wood_orientation = 8
elif wood_orientation == 8: wood_orientation = 4