From d4e31f8a1afe080213780d0eea9341abc76f77fd Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Fri, 29 Apr 2022 00:12:13 +0530 Subject: [PATCH] Added caldera static tiles --- stardew-access/static-tiles.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 56f8d2f..8d036c8 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -736,5 +736,20 @@ "y":[12], "type":"farmer" } + }, + "caldera": + { + "Rare Chest": + { + "x":[25], + "y":[28], + "type":"chest" + }, + "Forge": + { + "x":[23], + "y":[21], + "type":"interactable" + } } } \ No newline at end of file