diff --git a/stardew-access/static-tiles.json b/stardew-access/static-tiles.json index b117bb5..4beffd2 100644 --- a/stardew-access/static-tiles.json +++ b/stardew-access/static-tiles.json @@ -1603,5 +1603,20 @@ "y":[4], "type":"decoration" } + }, + "mine": + { + "Exit": + { + "x":[18], + "y":[13], + "type":"door" + }, + "Minecart": + { + "x":[11,12], + "y":[10], + "type":"interactable" + } } } \ No newline at end of file