From a762b3552bad4026c929c1e70ed39b859928040c Mon Sep 17 00:00:00 2001 From: LeMagnesium Date: Sun, 8 Feb 2015 23:47:19 +0100 Subject: [PATCH] Fixed position for beginners' chest --- mods/beginners_chest/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/beginners_chest/init.lua b/mods/beginners_chest/init.lua index 66dc6615..814eb52b 100755 --- a/mods/beginners_chest/init.lua +++ b/mods/beginners_chest/init.lua @@ -77,7 +77,7 @@ local chests = { } }, [8] = { - position = {x = 13, y = 281, z = -26}, + position = {x = 13, y = 581, z = -26}, interval_max = 30*60, stuff = { [1] = "default:obsidianbrick",