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)
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();
data = JObject.Parse(json);

View File

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