Added farm and farm cave tiles

master
Mohammad Shoaib 2022-05-09 23:29:21 +05:30
parent 73fb957a46
commit 415231c65d
2 changed files with 43 additions and 1 deletions

View File

@ -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": "busstop":
{ {
"Ticket Machine": "Ticket Machine":

View File

@ -1,7 +1,7 @@
{ {
"Name": "Stardew Access", "Name": "Stardew Access",
"Author": "Mohammad Shoaib", "Author": "Mohammad Shoaib",
"Version": "1.2.0", "Version": "1.2.1",
"Description": "An accessibility mod with screen reader support!", "Description": "An accessibility mod with screen reader support!",
"UniqueID": "shoaib.stardewaccess", "UniqueID": "shoaib.stardewaccess",
"EntryDll": "stardew-access.dll", "EntryDll": "stardew-access.dll",