I am now the official maintainer of this page (thank you SpaceChase0) all new releases can be found on this nexus page!
Edit: I am aware that the skill page text overlaps, there is no room for it atm, spacechase0 is adding a new skill area later that I will move it to but is just ui for now so I ignored it
For future reference, it's good practice to have unofficial updates follow this naming convention. Yours ought to have been: 1.2.5-unofficial.1-Nykal145It ensures that official versions supersede unofficial ones (e.g., for update checks), and other users can release newer unofficial updates if needed.
Did anyone suddenly have a weird issue that makes cows “lay” milk? I’m not saying it has to be this mod, I installed 3-4 today and also updated spacecore, so might be any of these.
You can force Smapi to load the mod, by editing the "manifest.json" file that is inside the "LuckSkill" folder. Just put this inside:
{ /* | This file is automatically updated by ModManifestBuilder | when the project is compiled. | | Changes made to this file may be overwritten. | */ "$schema": "https://smapi.io/schemas/manifest.json", "UniqueID": "spacechase0.LuckSkill", "Name": "LuckSkill", "Author": "spacechase0", "Version": "1.6.0", "Description": "...", "EntryDll": "LuckSkill.dll", "Dependencies": [ { "UniqueID": "spacechase0.SpaceCore", "MinimumVersion": "1.6.0" } ], "UpdateKeys": [ "Nexus:521" ] }
After that you will see the message "Failed to apply 'LuckSkill.Patches.LevelUpMenuPatcher' patcher; some features may not work correctly", but the mod will load and work.
My luck skill level went from 10 to 0, I don't know why, does anyone know how to fix it? I'm using version 1.5.6 on mobile and it's never had any problems before.
if you change the version and update key in the manifest, it attempts to load it, but doesn't seem to work ingame anyway. [LuckSkill] Failed to apply 'LuckSkill.Patches.LevelUpMenuPatcher' patcher; some features may not work correctly. Technical details: System.InvalidOperationException: Can't find method StardewValley.Menus.LevelUpMenu.AddMissedLevelRecipes to patch. at LuckSkill.Patches.LevelUpMenuPatcher.Apply(Harmony harmony, IMonitor monitor) in D:\Games\Mods\Stardew Valley\1.6\StardewValleyMods\LuckSkill\Patches\LevelUpMenuPatcher.cs:line 40 at Spacechase.Shared.Patching.HarmonyPatcher.Apply(Mod mod, IPatcher[] patchers) in D:\Games\Mods\Stardew Valley\1.6\StardewValleyMods\SpaceSharedPatching\HarmonyPatcher.cs:line 21
514 comments
Edit: I am aware that the skill page text overlaps, there is no room for it atm, spacechase0 is adding a new skill area later that I will move it to but is just ui for now so I ignored it
For future reference, it's good practice to have unofficial updates follow this naming convention. Yours ought to have been:
1.2.5-unofficial.1-Nykal145
It ensures that official versions supersede unofficial ones (e.g., for update checks), and other users can release newer unofficial updates if needed.Wanted to update to say it is working fine. No idea how to delete this comment. Thanks!
But asking just in case anyone else ran into it.
while looking around, i found this mod. it'll be a good replacer, i think :)
Spacecore Luck Skill
https://www.nexusmods.com/stardewvalley/mods/28103?tab=files
Edit: I found out that SMAPI is linking this mod to the Adventure Time Lady Rainicorn Horse mod, and I think that is why it's skipping it.
Just put this inside:
{
/*
| This file is automatically updated by ModManifestBuilder
| when the project is compiled.
|
| Changes made to this file may be overwritten.
|
*/
"$schema": "https://smapi.io/schemas/manifest.json",
"UniqueID": "spacechase0.LuckSkill",
"Name": "LuckSkill",
"Author": "spacechase0",
"Version": "1.6.0",
"Description": "...",
"EntryDll": "LuckSkill.dll",
"Dependencies": [
{
"UniqueID": "spacechase0.SpaceCore",
"MinimumVersion": "1.6.0"
}
],
"UpdateKeys": [
"Nexus:521"
]
}
After that you will see the message "Failed to apply 'LuckSkill.Patches.LevelUpMenuPatcher' patcher; some features may not work correctly", but the mod will load and work.
Thanks in advance!
[LuckSkill] Failed to apply 'LuckSkill.Patches.LevelUpMenuPatcher' patcher; some features may not work correctly. Technical details:
System.InvalidOperationException: Can't find method StardewValley.Menus.LevelUpMenu.AddMissedLevelRecipes to patch.
at LuckSkill.Patches.LevelUpMenuPatcher.Apply(Harmony harmony, IMonitor monitor) in D:\Games\Mods\Stardew Valley\1.6\StardewValleyMods\LuckSkill\Patches\LevelUpMenuPatcher.cs:line 40
at Spacechase.Shared.Patching.HarmonyPatcher.Apply(Mod mod, IPatcher[] patchers) in D:\Games\Mods\Stardew Valley\1.6\StardewValleyMods\SpaceSharedPatching\HarmonyPatcher.cs:line 21