Report bugs to the bugs tab, not the comments. Please provide a SMAPI error log (https://smapi.io/log) in your report otherwise I will have no idea what's causing the bug.
The shipping bin looks so cute and works perfectly for me, lid, animation, and all! It even displays perfectly in Robin's shop. Thank you for this lovely addition to complement one of my favorite mods. :)
In my case it was to allow your shipping bin to override Starblue's since I could not disable their bin specifically. If there's a way for you to add a general "load last" dependency that may fix other people's issues too!
Hello, downloaded the most recent version (Nov 20) and only lid is appearing for me. Have tried deleting, re-downloading, changing text like described below and nothing has worked so far :(
I've re-uploaded a new version, if the issue still persists then I'm really not sure what is wrong. The default bin and purchased bins both work for me in my game so I'm not very sure what isn't working.
Henlo. I adore this mod so much but I'm using android. I notice the files are png. Can I still use them even if its not xnb file? Will it work on android? Sorry if it's a dumb question. I'm new to this game. Thank you.
Ah, I'm not sure! It's a content patcher mod so if content patcher works with android it should work just fine. :) If not I can just add an optional xnb download.
Super cute mod, and a wonderful addition to the game!
Unfortunately, the most recent version has a small issue that keeps the shipping bin from being completely redone. The content.json needs a small edit to remove the ".xnb" to fix it.
28 comments
Comments locked
The author has locked this comment topic for the time beingPlease provide a SMAPI error log (https://smapi.io/log) in your report otherwise I will have no idea what's causing the bug.
"Dependencies": [
{
"UniqueID": "Lita.StarblueValley",
"IsRequired": false,
},
]
}
In my case it was to allow your shipping bin to override Starblue's since I could not disable their bin specifically. If there's a way for you to add a general "load last" dependency that may fix other people's issues too!
{
"Action": "Load",
"Target": "Buildings/Shipping Bin",
"FromFile": "assets/shipping_bin.png",
},
to {
"Action": "Load",
"PatchMode": "Overlay",
"Target": "Buildings/Shipping Bin",
"FromFile": "assets/shipping_bin.png",
},
Unfortunately, the most recent version has a small issue that keeps the shipping bin from being completely redone. The content.json needs a small edit to remove the ".xnb" to fix it.
The line
"Target": "Maps/{{season}}_outdoorsTileSheet.xnb",
needs to be changed to
"Target": "Maps/{{season}}_outdoorsTileSheet",
This should fix it for you! :)
I downloaded the latest version-- my additional purchased bin was changed, but only the lid was changed on my original bin.
Then, I tried downloading the other versions under your old files-- my original bin was changed completely, but my additional bin was not.
Could you please help?
"Target": "Maps/{{season}}_outdoorsTileSheet.xnb",
so that it looks like this:
"Target": "Maps/{{season}}_outdoorsTileSheet",
This should fix it for you! :)