From 92338b1a3633e94efdab334c655fbe7b714b01b5 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Mon, 15 May 2023 02:44:41 +0200 Subject: [PATCH] Fix ValueError: x1 must be greater than or equal to x0 --- 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 b809d242f..510312497 100644 --- a/overviewer_core/textures.py +++ b/overviewer_core/textures.py @@ -4069,7 +4069,7 @@ def repeater(self, blockid, data): ImageDraw.Draw(torch).rectangle((0,16,24,24),outline=(0,0,0,0),fill=(0,0,0,0)) # touch up the 3d effect with big rectangles, just in case, for other texture packs - ImageDraw.Draw(torch).rectangle((0,24,10,15),outline=(0,0,0,0),fill=(0,0,0,0)) + ImageDraw.Draw(torch).rectangle((0,15,10,24),outline=(0,0,0,0),fill=(0,0,0,0)) ImageDraw.Draw(torch).rectangle((12,15,24,24),outline=(0,0,0,0),fill=(0,0,0,0)) # torch positions for every redstone torch orientation.