From a2a89f6892c61e35b1bd639be154f837a91e9c5e Mon Sep 17 00:00:00 2001 From: ANAND Date: Sat, 6 Jul 2019 20:56:47 +0530 Subject: [PATCH] 09_swamplands.conf: Fix chest-zone coords --- 09_swamplands.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/09_swamplands.conf b/09_swamplands.conf index dfdc664..951dd44 100644 --- a/09_swamplands.conf +++ b/09_swamplands.conf @@ -15,6 +15,6 @@ chests.1.n = 100 chests.1.from = -109,25,-109 chests.1.to = 109,55,-1 chests.2.n = 100 -chests.2.from = 109,25,109 -chests.2.to = -109,55,1 +chests.2.from = -109,55,1 +chests.2.to = 109,25,109 screenshot = 09_swamplands.png