About this mod
Replace the 15 parsnip seeds you get at the beginning of the game with whatever seeds, items, weapons, tools, clothing, etc. you want.
- Requirements
- Permissions and credits
- Changelogs
- Donations
I have include an example pack in the Files tab. A basic content.json file looks like this:
{
"Format": "1.23.0",
"Changes": [
{
"Action": "EditData",
"Target": "aedenthorn.CustomStarterPackage/dictionary",
"Entries": {
"aedenthorn.CSPTestCP/ParsnipSeeds": {
"NameOrIndex": "Parsnip Seeds",
"Type": "Object",
"MinAmount": 15,
"MaxAmount": 20,
"ChancePercent": 100,
"MinQuality": 0,
"MaxQuality": 0
}
}
}
]
}
Entry keys must be unique; you can install multiple content packs and each will add its own items to the package.
- NameOrIndex can be either the key (index) or the first field (name) in the item's data file (e.g. Data/ObjectInformation)
- Type can be one of the following:
Object - uses Data/ObjectInformation
Chest - uses Data/ObjectInformation
BigCraftable - uses Data/BigCraftablesInformationHat - uses Data/hats
Boots - uses Data/BootsClothing - uses Data/ClothingInformationRing - uses Data/ObjectInformationFurniture - uses Data/FurniturePickaxe - put the upgrade level in NameOrIndex (e.g. 3 for Gold)Axe - put the upgrade level in NameOrIndex (e.g. 3 for Gold)FishingRod - put the upgrade level in NameOrIndex
Hoe - put the upgrade level in NameOrIndex (e.g. 3 for Gold)WateringCan - put the upgrade level in NameOrIndex (e.g. 3 for Gold)MeleeWeapon - uses Data/weapons
Pan
Shears - use MinAmount and MaxAmount for items that can stack
- ChancePercent means the chance that the item gets included
- use MinQuality and MaxQuality for items that have quality (e.g. crop harvest)
Technical
Requires SMAPI, uses Harmony.
Compatible with Mod Updater for automatic updates.
Code is at https://github.com/aedenthorn/StardewValleyMods.
If you want to complain or ask for help or help me test my mods, you can visit my Discord server.
A list of all my mods for Stardew Valley is available at https://www.nexusmods.com/stardewvalley/articles/895.