Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
MightyOaks
Scales Oak trees to be truly mighty in Valheim.
| Date uploaded | 4 months ago |
| Version | 1.1.3 |
| Download link | lailoken-MightyOaks-1.1.3.zip |
| Downloads | 30 |
| Dependency string | lailoken-MightyOaks-1.1.3 |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured and includes unstripped Unity DLLs.
Preferred version: 5.4.2202ValheimModding-Jotunn
Jötunn (/ˈjɔːtʊn/, 'giant'), the Valheim Library was created with the goal of making the lives of mod developers easier. It enables you to create mods for Valheim using an abstracted API so you can focus on the actual content creation.
Preferred version: 2.27.1README
MightyOaks
![]()
A simple Valheim mod that makes Oak trees significantly larger and more majestic.
Features
- Giant Oaks: Oak trees have a configurable chance (default 10%) to spawn as "Mighty Oaks".
- Configurable Scaling: By default, Mighty Oaks are scaled between 1.0x and 12.0x their normal size.
- Invulnerability: Mighty Oaks can be set to be invulnerable (default: true), protecting them from accidental chopping.
- Persistent: The scale of each tree is saved in the world data, so your giant trees will remain giant.
Installation
- Install BepInEx for Valheim.
- Extract the
MightyOaksfolder intoBepInEx/plugins/.
Configuration
The configuration file is generated after the first run at BepInEx/config/com.lailoken.mightyoaks.cfg.
| Setting | Default | Description |
|---|---|---|
| Enabled | true | Enable the plugin. |
| ScalingChance | 25 | Percentage chance (0-100) for a new Oak to be scaled. |
| MinScale | 1.0 | Minimum random scale factor. |
| MaxScale | 12.0 | Maximum random scale factor. |
| ScaleExponent | 2.0 | Exponent for scale distribution. 1.0 is linear. Higher values make large trees rarer. |
| ScaleToughness | true | If true, health scales with size (roughly scale^2). |
| MakeInvulnerable | true | Enable invulnerability for trees above a certain size. |
| InvulnerabilityThreshold | 2.0 | Scale threshold above which trees become invulnerable. |
Changelog
- 1.1.3: Switched to direct RPC handshake for reliable version checking during connection.
- 1.1.2: Improved server validation stability and fixed disconnects for valid clients.
- 1.1.1: Fixed handshake connection issues for valid clients.
- 1.1.0: Added server-side version enforcement. Clients without the mod will be kicked.
- 1.0.0: Initial release.