Solved visual glitch?

CUnnone

Greenhorn
I use a seasonal garden farmhouse and custom NPC Blanche mods together. everything was fine until I married her and her spouse's room show up(I use the empty spouse's room that came with a seasonal garden farmhouse for decorating the area you can see in the picture). I freak out and try to uhh get rid of it but it is the same JSON file that contents her festival disposition so I deleted the part that added her spouse's room and this happened.
Stardew Valley 1.5.4 - running SMAPI 3.10.1 with 213 mods 28_5_2564 16_13_56 (2).png

just wondering if there is any solution? or do I have to live with it? lol (there is a problem with the coffee maker and I can't seem to find out what cause it. I didn't do any with it except change it apparent soo...)
smapi log in case you guys need it
thanks in advance!
 
Last edited by a moderator:

UlyanaLeyana

Planter
You can try to change the loading order of these mods and see if the bug goes away.
{
"Name": "Empty Spouse Room",
"Author": "DustBeauty",
"Version": "1.1.0",
"Description": "Clear Spouse Room",
"UniqueID": "Hesper.nospouseroom",
"MinimumApiVersion": "1.2.0",
"ContentPackFor": {
"UniqueID": "Pathoschild.ContentPatcher",
},
"Dependencies": [
{
"UniqueID": "MIDI.Blanche",
"IsRequired": false
},
{
"UniqueID": "MIDI.SpouseRoomAndFestivals",
"IsRequired": false
}
],
}
 

CUnnone

Greenhorn
You can try to change the loading order of these mods and see if the bug goes away.
{
"Name": "Empty Spouse Room",
"Author": "DustBeauty",
"Version": "1.1.0",
"Description": "Clear Spouse Room",
"UniqueID": "Hesper.nospouseroom",
"MinimumApiVersion": "1.2.0",
"ContentPackFor": {
"UniqueID": "Pathoschild.ContentPatcher",
},
"Dependencies": [
{
"UniqueID": "MIDI.Blanche",
"IsRequired": false
},
{
"UniqueID": "MIDI.SpouseRoomAndFestivals",
"IsRequired": false
}
],
}
It doesn't💦
Stardew Valley 1.5.4 - running SMAPI 3.10.1 with 205 mods 29_5_2564 16_25_02 (2).png
 
Top