For those wanting to plant in the cellar, navigate to the [CP] Deluxe Wooden Cellar file in your mod folder and open the content.json file with a text editor. Replace the entire text of the file with this:
{ "Format": "2.0.0", "Changes": [ { "Action": "Load", "Target": "Maps/Cellar", "FromFile": "assets/Cellar.tbin", }, { "Action": "EditData", "Target": "Data/Locations", "TargetField": [ "Cellar" ], "Entries": { "CanPlantHere": true, }, } ] } Save and restart your game, and voila! Thanks to the Krobus discord for their help!
compatible with custom farms? i have not played SDV in awhile and i forgot of the cellar entrance is something you build and place or if its locked somewhere in the map
24 comments
{
"Format": "2.0.0",
"Changes": [
{
"Action": "Load",
"Target": "Maps/Cellar",
"FromFile": "assets/Cellar.tbin",
},
{
"Action": "EditData",
"Target": "Data/Locations",
"TargetField": [
"Cellar"
],
"Entries": {
"CanPlantHere": true,
},
}
]
}
Save and restart your game, and voila! Thanks to the Krobus discord for their help!