Moved static-tiles.json to assets folder
parent
8355f05684
commit
f9fbbc4181
|
@ -12,7 +12,7 @@ namespace stardew_access.Features
|
||||||
if (MainClass.ModHelper == null)
|
if (MainClass.ModHelper == null)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
using (StreamReader file = new StreamReader(Path.Combine(MainClass.ModHelper.DirectoryPath, "static-tiles.json")))
|
using (StreamReader file = new StreamReader(Path.Combine(MainClass.ModHelper.DirectoryPath, "assets", "static-tiles.json")))
|
||||||
{
|
{
|
||||||
string json = file.ReadToEnd();
|
string json = file.ReadToEnd();
|
||||||
data = JObject.Parse(json);
|
data = JObject.Parse(json);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"Name": "Stardew Access",
|
"Name": "Stardew Access",
|
||||||
"Author": "Mohammad Shoaib",
|
"Author": "Mohammad Shoaib",
|
||||||
"Version": "1.1.8",
|
"Version": "1.2.0",
|
||||||
"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",
|
||||||
|
|
Loading…
Reference in New Issue