Added farm and farm cave tiles
parent
73fb957a46
commit
415231c65d
|
@ -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":
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue