Thank you all for the lovely support and helpful bug reports! I am currently dealing with a lot of IRL stuff at the moment, including health issues, my small business, and moving house. In addition, I really burned myself out on Stardew Modding during my last stint.
I do not know when I'll be able to address the feedback I have received, so in the meantime, I give my permission and blessing to anyone who would like to make updates to the mod on my behalf.
How do I find/make some of the special crops? Like, for example, the veggie dip requires "picolino cucumbers" and I have no idea how to find those. I have the flexible recipes setting on but that doesn't seem to allow me to use other cucumbers. (I have this question also for the Japanese sweet potato/etc) Thanks!
Is the Japanese sweet potato the purple one that I cannot seem to find anywhere I look? Will have to remove this mod to achieve perfection it seems, as I cannot cook for instance Pierogi with Vegetables, as it requires the purple sweet potato, while I can only find the orange one.
When this mod is installed with Jorts and Jean the helper cats, it says stuff like this a few times
[Content Patcher] Can't apply data patch "Culinary Delight > Include data/gift_tastes.json > EditData Data/NPCGiftTastes #4 > text operation #3" to Data/NPCGiftTastes: record 'JortsCat' has no value, so field '3' can't be modified using text operations.
Is this harmless ? it comes up a few times and thank you for this great mod.
It's a harmless warning, it means it won't add items from this mod to the selected character's gifts. As Jeans and Jorts mod has a compatibility with the mod written (just not included), I've simply added the following patch in ...\[NPC] Jorts and Jean\assets\data\GiftTastes.json to use items from Culinary Delight (sorry about the formatting, too lazy to edit it here):
Comment over Jean and Jorts section in [CP] Culinary Delight\data\assets\gift_tastes.json with /* ... *\ operators (or delete the section entirely) and you're good to go. :)
You can make it using the compact mill and by putting green algae, white algae or bone fragments in it. It's technically called "gelling powder" so if you look for it by inputting "gelatin" it won't pop up.
[SMAPI] - (CP)Culinary Delight Chinese Translation-27271-1-1-0-1724683721\[CP] Culinary Delight\i18n because it contains files, but none of them are manifest.json.
Thank you so much for all the work you did for this mod! Asking here in case someone in the community has found a way: Is there a way to make it more compatible with Love of Cooking - meaning, can there be a config option or something to apply their "select your ingredients" to this mod? I'll also ask over there in case it's something they need to enable. Currently, this mod doesn't respect that functionality and just grabs whatever ingredient from my fridges.
I'm having an issue with this mod- the recipes for salmon maki and the unknowable dish are showing up as recipes in the cooking collection as scrolls.
Also, what specific luck levels do I need to cook fugu on? I've only succeeded in getting one type of fugu to show up in the cooking collection. Is this going to affect my perfection percent?
95 comments
I do not know when I'll be able to address the feedback I have received, so in the meantime, I give my permission and blessing to anyone who would like to make updates to the mod on my behalf.
[Content Patcher] Can't apply data patch "Culinary Delight > Include data/gift_tastes.json > EditData Data/NPCGiftTastes #4 > text operation #3" to Data/NPCGiftTastes: record 'JortsCat' has no value, so field '3' can't be modified using text operations.
Is this harmless ? it comes up a few times and thank you for this great mod.
{
"_comment": "With Culinary Delight",
"Action": "EditData",
"Target": "Data/NPCGiftTastes",
"When": {"HasMod |contains=HeyKatu.CulinaryDelight": true},
"TextOperations": [
{
"_comment": "Jean - Loved",
"Operation": "Append",
"Target": [ "Fields", "JeanCat", 1],
"Value": "HeyKatu.CulinaryDelight_heavy_cream HeyKatu.CulinaryDelight_salmon_filet",
"Delimiter": " "
},
{
"_comment": "Jean - Neutral",
"Operation": "Append",
"Target": [ "Fields", "JeanCat", 9],
"Value": "HeyKatu.CulinaryDelight_baked_void_salmon",
"Delimiter": " "
},
{
"_comment": "Jorts - Love",
"Operation": "Append",
"Target": [ "Fields", "JortsCat", 1],
"Value": "HeyKatu.CulinaryDelight_heavy_cream HeyKatu.CulinaryDelight_salmon_filet",
"Delimiter": " "
},
{
"_comment": "Jorts - Like",
"Operation": "Append",
"Target": [ "Fields", "JortsCat", 3],
"Value": "HeyKatu.CulinaryDelight_baked_void_salmon",
"Delimiter": " "
}
]
}
Comment over Jean and Jorts section in [CP] Culinary Delight\data\assets\gift_tastes.json with /* ... *\ operators (or delete the section entirely) and you're good to go. :)
Also, what specific luck levels do I need to cook fugu on? I've only succeeded in getting one type of fugu to show up in the cooking collection. Is this going to affect my perfection percent?