To install extract folder and drop into Stardew\mods. Requires Smapi, DaisyNiko's Tilesheets and Content Patcher. For Stardew Valley Expanded find the quality parsnip Beach in CP Stardew Valley Expanded content.json and replace with the below and save. { //Beach Farm - A quality parsnip "Action": "EditData", "Target": "data/events/Farmhouse", "When": { "FarmType": "Beach", "HasSeenEvent|contains=908072": true }, "Entries": { "908074/t 600 2600": "continue/-500 -500/farmer -50 -50 0/skippable/pause 1000/changeLocation farm/warp farmer 72 28/faceDirection farmer 0 true/makeInvisible 72 25 1 3/viewport 72 27 clamp true/pause 2000/showFrame farmer 15/pause 100/startJittering/pause 250/addObject 72 25 24/playSound stoneStep/playSound stoneStep/pause 300/stopJittering/pause 230/showFrame farmer 12 true/pause 1500/playSound dwop/showFrame farmer 65 true/pause 1250/screenFlash 1/playSound wand/playSound wand/removeSprite 72 25/addLantern 1000 72 25 1/addTemporaryActor MagicWarp 48 48 72 26 2 false/positionOffset MagicaWarp 7 -6/pause 400/showFrame farmer 12 true/pause 350/playSound secret1/pause 2500/globalFade/viewport -1000 -1000/end" } }, { //Beach Farm - statue warp graphic "Action": "EditMap", "Target": "Maps/Farm_Island", "FromFile": "assets/Maps/MapPatches/EnchantedGrove_Farm.tbin", "ToArea": { "X": 71, "Y": 24, "Width": 3, "Height": 3 }, "When": { "FarmType": "Beach", "HasSeenEvent": "908074" }, "Update": "OnLocationChange", "PatchMode": "Overlay" }, { //Beach Farm - Patches warp point on farm "Action": "EditMap", "Target": "Maps/Farm_Island", "When": { "FarmType": "Beach", "HasSeenEvent": "908074" }, "Update": "OnLocationChange", "MapTiles": [ { "Position": { "X": 72, "Y": 25 }, "Layer": "Back", "SetProperties": { "TouchAction": "MagicWarp Custom_EnchantedGrove 30 14" } } ] }, { //Beach Farm - statue light "Action": "EditMap", "Target": "Maps/Farm_Island", "When": { "FarmType": "Beach", "HasSeenEvent": "908074" }, "Update": "OnLocationChange", "TextOperations": [ { "Operation": "Append", "Target": [ "MapProperties", "Light" ], "Value": "72 25 4", "Delimiter": " " } ] }, { //Beach Farm - Patches warp point at enchanted grove "Action": "EditMap", "Target": "Maps/Custom_EnchantedGrove", "When": { "FarmType": "Beach", "HasSeenEvent": "908074" }, "Update": "OnLocationChange", "MapTiles": [ { "Position": { "X": 30, "Y": 14 }, "Layer": "Back", "SetProperties": { "TouchAction": "MagicWarp Farm 72 25" } } ] },