You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li class="important">You don't have the <strong>Error Handler</strong> mod installed. This automatically prevents many game or mod errors. You can <a href="https://stardewvalleywiki.com/Modding:Player_Guide#Install_SMAPI">reinstall SMAPI</a> to re-add it.</li>
269
-
}
270
-
@if (hasOlderErrorHandler)
271
-
{
272
-
<li>Your <strong>Error Handler</strong> mod is older than SMAPI. You may be missing some game/mod error fixes. You can <a href="https://stardewvalleywiki.com/Modding:Player_Guide#Install_SMAPI">reinstall SMAPI</a> to update it.</li>
<li>PyTK 1.23.* or earlier isn't compatible with newer SMAPI performance optimizations. This may increase loading times or in-game lag.</li>
283
-
}
284
-
}
285
260
@if (outdatedMods.Any())
286
261
{
287
262
<li>
@@ -330,10 +305,6 @@ else if (log?.IsValid == true)
330
305
</table>
331
306
</li>
332
307
}
333
-
@if (log.IsStrictMode)
334
-
{
335
-
<li class="notice">SMAPI is running in 'strict mode', which removes all deprecated APIs. This can significantly improve performance, but some mods may not work. You can <a href="https://stardewvalleywiki.com/Modding:Player_Guide#Install_SMAPI">reinstall SMAPI</a> to disable it if you run into problems.</li>
336
-
}
337
308
</ul>
338
309
}
339
310
@@ -356,13 +327,7 @@ else if (log?.IsValid == true)
0 commit comments