From c2630ffb703029ad7ca5e3af9f4d0aaab09abd30 Mon Sep 17 00:00:00 2001 From: Mohammad Shoaib Date: Mon, 2 May 2022 13:41:56 +0530 Subject: [PATCH] Added mountain, backwoods, railroad tiles --- stardew-access/static-tiles.json | 131 ++++++++++++++++++++++++++++++- 1 file changed, 130 insertions(+), 1 deletion(-) diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 4beffd2..84ed3f5 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1606,7 +1606,7 @@ }, "mine": { - "Exit": + "Mountain Exit": { "x":[18], "y":[13], @@ -1617,6 +1617,135 @@ "x":[11,12], "y":[10], "type":"interactable" + }, + "Quarry Mine Ladder": + { + "x":[67], + "y":[9], + "type":"door" + }, + "Quarry Exit": + { + "x":[18], + "y":[13], + "type":"door" + } + }, + "mountain": + { + "Mine Entrance": + { + "x":[54], + "y":[5], + "type":"door" + }, + "Mine Bridge": + { + "x":[47], + "y":[7], + "type":"bridge" + }, + "Quarry Bridge": + { + "x":[90], + "y":[26], + "type":"bridge" + }, + "Minecart": + { + "x":[124,125], + "y":[11], + "type":"interactable" + }, + "Quarry Mine Entrance": + { + "x":[103], + "y":[17], + "type":"door" + }, + "Bridge 1": + { + "x":[57], + "y":[30], + "type":"bridge" + }, + "Bridge 2": + { + "x":[61], + "y":[21], + "type":"bridge" + }, + "Mountain Warp Statue": + { + "x":[31], + "y":[20], + "type":"decoration" + }, + "Linus Tent Entrance": + { + "x":[29], + "y":[7], + "type":"door" + }, + "Backwoods Entrance": + { + "x":[0], + "y":[13], + "type":"door" + }, + "Town Entrance": + { + "x":[15], + "y":[40], + "type":"door" + }, + "Railroad Entrance": + { + "x":[9], + "y":[0], + "type":"door" + } + }, + "undergroundmine77377": + { + "Grim Reaper Statue": + { + "x":[29,30], + "y":[6], + "type":"interactable" + } + }, + "Tent": + { + "Exit": + { + "x":[2], + "y":[5], + "type":"door" + } + }, + "railroad": + { + "Mountain Entrance": + { + "x":[29], + "y":[61], + "type":"door" + } + }, + "backwoods": + { + "Mountain Entrance": + { + "x":[49], + "y":[14], + "type":"door" + }, + "Farm Entrance": + { + "x":[14], + "y":[39], + "type":"door" } } } \ No newline at end of file