About this mod
Adjust all building costs and duration from Robin's Carpenter shop!
- Requirements
- Permissions and credits
- Changelogs
- Donations
!!! Now updated for Stardew Valley 1.6 !!!
You can change the following parameters for each individual building:
- Money required
- Items needed - you can change the cost to any item whatsoever
- Days necessary for completing the build
- Make sure you have the latest version of SMAPI installed
- Download, and unzip this mod into your Mods folder
- Run the game once with the mod installed to generate a `Config.json`, which defaults to vanilla values
- Edit the config with the values you want (alternatively, you can use the GMCM to change all building options)
The config.json follows this structure:
{
"Buildings": {
"Coop": {
"GoldCost": 4000,
"BuildItems": [
{
"ItemID": 388,
"Amount": 300
},
{
"ItemID": 390,
"Amount": 100
}
],
"DaysToBuild": 2
},
"Big Coop": {
"GoldCost": 10000,
"BuildItems": [
{
"ItemID": 388,
"Amount": 400
},
{
"ItemID": 390,
"Amount": 150
}
],
"DaysToBuild": 2
},
...
}
}
You can add any building to the list, only the ones inside will actually be changed. For the required items, you can also place any item you want, check the wanted Item Ids here -> https://eduanttunes.github.io/stardew_valley_ids/
Haven't tested with modded buildings, but it should work as well, as long as you introduce a new key in the Config.json with the name of the new buildings.
This is my very first mod! Please send me any feedback you have about this!
Source: Github