diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index b204e8b..ec96ea2 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1,4 +1,46 @@ { + "farm": + { + "Bus Stop Entrance": + { + "x":[79], + "y":[15,16,17,18], + "type":"door" + }, + "Backwoods Entrance": + { + "x":[40,41], + "y":[0], + "type":"door" + }, + "Cindersap Forest Entrance": + { + "x":[40,41], + "y":[64], + "type":"door" + }, + "Farm Cave Entrance": + { + "x":[34], + "y":[7], + "type":"door" + }, + "Grandpa's Shrine": + { + "x":[8], + "y":[7], + "type":"interactable" + } + }, + "farmcave": + { + "Exit": + { + "x":[8], + "y":[11], + "type":"door" + } + }, "busstop": { "Ticket Machine": diff --git a/stardew-access/manifest.json b/stardew-access/manifest.json index 91acaaf..eb54070 100644 --- a/stardew-access/manifest.json +++ b/stardew-access/manifest.json @@ -1,7 +1,7 @@ { "Name": "Stardew Access", "Author": "Mohammad Shoaib", - "Version": "1.2.0", + "Version": "1.2.1", "Description": "An accessibility mod with screen reader support!", "UniqueID": "shoaib.stardewaccess", "EntryDll": "stardew-access.dll",