From a0336d630fcf42b836f534de41a1a6b2076d03c0 Mon Sep 17 00:00:00 2001 From: Bartholomue Date: Fri, 30 Sep 2022 07:31:09 -0500 Subject: [PATCH] Expanded Some Tile Ranges Expanded some tile definitions to cover the full breadth of the objects, in cases where they only listed as one tile but actually spanned a few tiles (such as the exit in the secret woods). --- stardew-access/assets/static-tiles.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 47ec818..cb2ded0 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -1296,7 +1296,7 @@ "type": "interactable" }, "Lumber Pile": { - "x": [60], + "x": [60, 61], "y": [14], "type": "decoration" } @@ -2957,7 +2957,7 @@ "Pierre's Bin": { "x": [19], "y": [28], - "type": "other" + "type": "interactable" }, "Shrine of Yoba": { "x": [37], @@ -3426,7 +3426,7 @@ "woods": { "Forest Entrance": { "x": [59], - "y": [17], + "y": [15, 16, 17], "type": "door" }, "Old Master Cannoli": {