Also does the better chicken mod, that changes the looks of chickens, work with this mod; I'm fine if it doesn't work with her I'm just wondering if it will glitch or not allow the better chickens mod to work with my blue chickens?
Since Smapi has updated too version 4.1.10 and Stardew valley has updated for 1.6.9 on mobile recently will this mod work for mobile with the updates or do i need too download extra mods too get it too work on mobile, if not does it have plans too update for mobile and could you possibly give a date?
At the time of writing this comment the file from the Google Drive link got deleted or something? If you wanna fix the bug where Clarabelle appears in Marnie's ranch before seeing Shane's 8 heart event, open the content.json file in the [CP] Clarabelle the Blue Chicken folder and replace the text with this:
This is because the HasSeenEvent is in the wrong place in the content.json. It needs to come after Target: because at the moment it's inside the MapTile so it has no effect
Oh shoot! Original author here, deleted my account back in October 2021 because I was going through a bit of a crisis at the time, didn't get the chance to see and fix this bug. The issue is exactly as CyanFire says. But here's a link to a quick fix I made! You can download it from Google Drive! I tested it and this time it does seem to be working properly.
Hi PebbleQuest, thank you so much for this mod! When I click on the Google Drive link you've put here, it says the link isn't working :( is there some other way to download the fix? I still have the mod in my game because Clarabelle is just too cute! <3
11 comments
{
"Format": "1.22.0",
"Changes": [
{
"Action": "EditMap",
"Target": "Maps/AnimalShop",
"When": {"HasSeenEvent": "3900074"},
"MapTiles": [
{
"Position": { "X": 5, "Y": 14 },
"Layer": "Back",
"SetProperties": {"CustomCompanions": "Spawn 1 Pebble.ClarabelleCC.Clarabelle"},
}],
},
]
}