Skip to content

Commit

Permalink
feat: added soft dependency to LocalizationCache
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Oct 24, 2023
1 parent 123e150 commit 999cfae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JotunnLib/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ namespace Jotunn
/// </summary>
[BepInPlugin(ModGuid, ModName, Version)]
[BepInDependency("com.bepis.bepinex.configurationmanager", BepInDependency.DependencyFlags.SoftDependency)]
[BepInDependency("com.maxsch.valheim.LocalizationCache", BepInDependency.DependencyFlags.SoftDependency)]
[NetworkCompatibility(CompatibilityLevel.VersionCheckOnly, VersionStrictness.Minor)]
public class Main : BaseUnityPlugin
{
Expand Down

0 comments on commit 999cfae

Please sign in to comment.