From 32b50c05506ac67f8fe5ab7e7d5dc887fb8ac337 Mon Sep 17 00:00:00 2001 From: Matti Ruohonen Date: Wed, 12 Sep 2012 15:10:26 +0300 Subject: [PATCH] Fix wood log rotation in lower-left and lower-right orientations. --- overviewer_core/textures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overviewer_core/textures.py b/overviewer_core/textures.py index 8de4805..bc8dab7 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -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