I wanted to add compatibility for better crops and foraging (https://www.nexusmods.com/stardewvalley/mods/4912),
so I updated your content file. I also made a couple of other changes for personal use: - I deleted the object data change, so it will work with other languages, - I updated to content patcher 1.15 - I made the config functional (I have tested and works perfectly)
I was going to upload the images but I would need to get permission from cometkins first!
Yes, go for it. As I'm still new to this stuff you guys are all welcomed to try and make any changes on this and make any changes that suit your liking and that work best for you.
I tried downloading it through Vortex because I have a lot of mods I use, but when I did it wouldn't download with a notification saying, "Bad control character in string literal in JSON at position 36." I don't know anything about coding so I have no clue what that means but I figured it might help someone who does.
31 comments
I wanted to add compatibility for better crops and foraging (https://www.nexusmods.com/stardewvalley/mods/4912),
so I updated your content file.
I also made a couple of other changes for personal use:
- I deleted the object data change, so it will work with other languages,
- I updated to content patcher 1.15
- I made the config functional
(I have tested and works perfectly)
I was going to upload the images but I would need to get permission from cometkins first!
Here is the content.json:
{
"Format": "1.15.0",
"ConfigSchema": {
"Days": {
"Default": "7"
}
},
"Changes": [
{
"Action": "EditData",
"Target": "Data/Crops",
"Fields": {
"486": { //Starfruits
4: "{{Days}}"
}
}
},
{
"Action": "EditImage",
"Target": "TileSheets/crops",
"FromFile": "assets/starfruit_regrow.png",
"ToArea": { "X": 112, "Y": 224, "Width": 16, "Height": 32 },
"When": {
"HasMod | contains=cometkins.BetterCropsAndForaging": false
}
},
{
"Action": "EditImage",
"Target": "TileSheets/crops",
"FromFile": "assets/starfruit_regrow_bac.png",
"ToArea": { "X": 112, "Y": 224, "Width": 16, "Height": 32 },
"When": {
"HasMod | contains=cometkins.BetterCropsAndForaging": true
}
},
]
}
I wonder why in this game, star fruits totally change into a crop and cannot regrow.