From 1bac13bc1440fba399ecd0af887c30a862eb00d7 Mon Sep 17 00:00:00 2001 From: Bartholomue <bartholomueyoung@gmail.com> Date: Mon, 22 Aug 2022 06:56:57 -0500 Subject: [PATCH] Minor Static Tiles Additions Added a boulder to the Railroad as a decoration, helpful for finding a secret note dig spot. Added a 2X1 bench in the desert as furniture, helpful for finding a secret note dig spot. Fixed the size of the pond next to the spa to 3X3 rather than 4X3. --- stardew-access/assets/static-tiles.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/stardew-access/assets/static-tiles.json b/stardew-access/assets/static-tiles.json index 9123647..7f9a6aa 100644 --- a/stardew-access/assets/static-tiles.json +++ b/stardew-access/assets/static-tiles.json @@ -792,6 +792,11 @@ "x": [9, 10], "y": [35, 36], "type": "decoration" + }, + "Bench": { + "x": [43, 44], + "y": [54], + "type": "furniture" } }, "elliotthouse": { @@ -1619,8 +1624,13 @@ "y": [36], "type": "other" }, + "Boulder": { + "x": [11], + "y": [38], + "type": "decoration" + }, "Water": { - "x": [13, 14, 15, 16], + "x": [14, 15, 16], "y": [54, 55, 56], "type": "water" }