Please disclose if your mod was created primarily using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
This package has been marked as deprecated, and it's suggested another
alternative is used.
Wubarrk Wonderland
The ultimate standalone Valheim overhaul. Includes Instant Harvest, Boat Mastery, Omni-Growth, Vacuum Logistics, and ServerSync for admin control.
| Last updated | 3 months ago |
| Total downloads | 53 |
| Total rating | 0 |
| Categories | Mods Server-side Client-side |
| Dependency string | Wubarrk-Wubarrk_Wonderland-1.9.7 |
| Dependants | 0 other packages depend on this package |
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.2105README
🌌 Wubarrk Wonderland [v1.9.5]
The Ultimate Standalone Valheim Overhaul
🏗️ Technical Architecture
This suite is engineered for high-performance server environments and seamless "plug-and-play" client use.
- Integrated ServerSync: All gameplay variables are forced from the host to the client. Local
.cfgchanges by players are ignored if they conflict with server settings. - Internalized Dependencies: Uses internal logic to keep the installation to a single
.dll. No separate ServerSync.dll required. - Arch Linux Native Build: Fully compatible with Linux-based dedicated servers and Proton-run clients.
⚔️ Combat & Player Stats
Instant Harvest System
The standard Valheim loot delay (waiting for the death animation/smoke poof) is bypassed entirely.
- Logic: Hooks into the
Character.OnDeathprefix. - Execution: Triggers
GenerateDropvia Harmony Traverse at the exact coordinates of death. - Benefit: Prevents loot from sliding down hills or disappearing into rocks during the ragdoll phase.
Stamina & Movement
- Aquatic Mastery: Disables stamina drain calculations specifically while the
IsSwimmingflag is active. - Recovery Engine: * Multiplier: Configurable recovery speed via
StamRegenMult.- Zero Delay: Recovery begins the millisecond consumption stops.
📦 Logistics & Automation
Smart Storage Vacuum
- Radius: Configurable 3D sphere centered on the player.
- Smart Filtering: Only pulls items into chests that already contain at least one of that item type.
- Efficiency: Pulse-based logic (default 5s) to ensure zero impact on FPS.
Direct-to-Chest Crafting
- Detail: Extends the crafting station's search radius to find materials in all nearby containers.
- Priority: Logic prioritizes (1) Inventory -> (2) Closest Container.
⛵ World & Exploration
Nautical Mastery
- Speed Factor: Multiplies the
m_forceMultiplierwithin the Ship class. - Always Tailwind: Mathematically aligns the
EnvManwind vector with the ship's forward vector during active steering.
Dungeon Reset
- Detail: Automatically regenerates Burial Chambers, Sunken Crypts, and Infested Mines.
- Timer: Configurable via
DungeonResetDaysin the server config.
🌿 Agriculture & Energy
Omni-Growth Engine
- Scope: Affects all objects inheriting from
PlantorPickable. - Multipliers: Speeds up growth and respawn timers globally based on the
PlantSpeedconfig.
Wild Cultivator
- Wild Planting: Adds Thistle, Mushrooms, and Dandelions to the Cultivator piece table.
- Auto-Grid: Plants in a grid pattern with an adjustable safety buffer to prevent "Need more room" failures.
Infinite Energy
- Fuel-Free: Removes wood/coal requirements for fires, torches, and smelters.
- Universal Processing: Blast Furnaces are patched to accept all ore types (Copper, Tin, etc.).
📊 Server Configuration Reference
Files located in: /BepInEx/config/com.wubarrk.wonderland.cfg
| Feature | Variable Name | Default Value |
|---|---|---|
| Boat Speed | BoatSpeedFactor |
2.0 |
| Crafting | CraftingRadius |
25.0 |
| Vacuum | VacuumRadius |
20.0 |
| Harvest | InstantLoot |
True |
| Growth | OmniGrowthFactor |
2.0 |