premium banner
A framework for letting you add furniture (moveable or immoveable) to any location at the beginning of the game.

Description

Description

This mod adds functionality similar to the FarmHouseFurniture map property. It recognizes the map property LocationFurniture with a value syntax similar to that of FarmHouseFurniture:

LocationFurniture [<furniture ID> <tile X> <tile Y> <rotations> <can move>]

e.g.:

720 27 64 1 false

The above will add a brown couch at 25,63 that is rotated one rotation and immovable.

f1a6caf6-7e3d-4bcf-aea8-349a02682186
Usage

The easiest way to use this mod is by creating a content patcher patch, e.g.:

{

    "Format": "2.9.0",
    "Changes": [
        {
            "Action": "EditMap",
            "Target": "Maps/Town",
            "MapProperties": {
                "LocationFurniture": "720 27 64 1 false"
            }
        },
    ]
}


Misc

Thanks to sexyness for the idea.

Code is at https://github.com/aedenthorn/StardewValleyMods.