2 Commits
1.6.0 ... main

Author SHA1 Message Date
mikx
fb96f17b55 (1.6.1) Readme Update 2026-02-15 05:58:33 -05:00
mikx
db06cf19ad (1.6.1) Removed a debug logic 2026-02-15 04:10:42 -05:00
3 changed files with 4 additions and 4 deletions

View File

@@ -42,8 +42,8 @@ namespace MxValheim.EventSystem
{
// Use a small timer check so we don't spam the logic every single frame
// though for debugging, forcing these values is fine.
__instance.m_eventIntervalMin = 10f;
__instance.m_eventChance = 100f;
//__instance.m_eventIntervalMin = 10f;
//__instance.m_eventChance = 100f;
}
}

View File

@@ -28,7 +28,7 @@ public class MxValheimMod : BaseUnityPlugin
private const string ModGUID = "ovh.mxdev.mxvalheim";
private const string ModName = "MxValheim";
private const string ModVersion = "1.6.0";
private const string ModVersion = "1.6.1";
public static ConfigEntry<bool> Config_Locked;
public static ConfigEntry<int> Config_OreMultiplier;

View File

@@ -1,4 +1,4 @@
![logo](https://mxdev.ovh/wp-content/uploads/2025/09/mxdev-1.png)
![logo](https://mxio.ovh/gaming/valheim/mxvalheim.png)
## MxValheim
Official **MxValheim Server** Mod.