diff --git a/stardew-access/ModEntry.cs b/stardew-access/ModEntry.cs index 2fb2634..59dbb2f 100644 --- a/stardew-access/ModEntry.cs +++ b/stardew-access/ModEntry.cs @@ -7,7 +7,6 @@ using stardew_access.Patches; using stardew_access.ScreenReader; using Microsoft.Xna.Framework; using StardewValley.Menus; -using Newtonsoft.Json.Linq; namespace stardew_access { diff --git a/stardew-access/stardew-access.csproj b/stardew-access/stardew-access.csproj index b3ab566..c7ca1ff 100644 --- a/stardew-access/stardew-access.csproj +++ b/stardew-access/stardew-access.csproj @@ -1,6 +1,7 @@  + /home/shoaib/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/Stardew Valley/ net5.0 stardew_access enable diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index 93c4714..0db0336 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -2470,5 +2470,86 @@ "y":[9], "type":"decoration" } + }, + "joshhouse": + { + "Exit": + { + "x":[9], + "y":[24], + "type":"door" + }, + "TV": + { + "x":[15,16], + "y":[20], + "type":"decoration" + }, + "Bookshelf": + { + "x":[17,18], + "y":[16], + "type":"decoration" + }, + "Fridge": + { + "x":[5], + "y":[16], + "type":"decoration" + }, + "Evelyn and George's Room Door": + { + "x":[5], + "y":[9], + "type":"door" + }, + "Alex's Room Door": + { + "x":[10], + "y":[10], + "type":"door" + }, + "Radio": + { + "x":[3], + "y":[4], + "type":"door" + }, + "Magazine": + { + "x":[11], + "y":[4], + "type":"door" + }, + "Alex's Bookshelf": + { + "x":[12,13], + "y":[4], + "type":"decoration" + }, + "Alex's Drawer": + { + "x":[17,18], + "y":[4], + "type":"decoration" + }, + "Dumbbell": + { + "x":[14], + "y":[4], + "type":"door" + }, + "Gridball": + { + "x":[23], + "y":[45], + "type":"door" + }, + "Gridball Helmet": + { + "x":[23], + "y":[6], + "type":"door" + } } } \ No newline at end of file