From 666dfd745b9e64ae400d48f552308b2cb13ec27c Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Sat, 30 Apr 2022 23:45:58 +0530 Subject: [PATCH] Added library museum tiles --- stardew-access/static-tiles.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 83de85e..b88892d 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1537,11 +1537,26 @@ "y":[25], "type":"interactable" }, - "Counter": + "Shop Counter": { "x":[10], "y":[25], "type":"interactable" } + }, + "archaeologyhouse": + { + "Exit": + { + "x":[3], + "y":[14], + "type":"door" + }, + "Counter": + { + "x":[3], + "y":[9], + "type":"interactable" + } } } \ No newline at end of file