Moved static-tiles.json to assets folder

master
Mohammad Shoaib 2022-05-05 00:08:17 +05:30
parent 8355f05684
commit f9fbbc4181
3 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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",