Fix wood log rotation in lower-left and lower-right orientations.
This commit is contained in:
@@ -860,7 +860,7 @@ def wood(self, blockid, data):
|
|||||||
if self.rotation == 1:
|
if self.rotation == 1:
|
||||||
if wood_orientation == 4: wood_orientation = 8
|
if wood_orientation == 4: wood_orientation = 8
|
||||||
elif wood_orientation == 8: wood_orientation = 4
|
elif wood_orientation == 8: wood_orientation = 4
|
||||||
elif self.rotation == 2:
|
elif self.rotation == 3:
|
||||||
if wood_orientation == 4: wood_orientation = 8
|
if wood_orientation == 4: wood_orientation = 8
|
||||||
elif wood_orientation == 8: wood_orientation = 4
|
elif wood_orientation == 8: wood_orientation = 4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user