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.
NowYouFloat
Makes metal ores, bars, and trophies float in water in Valheim.
| Last updated | 4 days ago |
| Total downloads | 472 |
| Total rating | 0 |
| Categories | Client-side Ashlands Update AI Generated |
| Dependency string | Hex_Viking-NowYouFloat-1.0.1 |
| Dependants | 0 other packages depend on this package |
This mod requires the following mods to function
denikson-BepInExPack_Valheim
BepInEx pack for Valheim. Preconfigured with the correct entry point for mods and preferred defaults for the community.
Preferred version: 5.4.2333README
NowYouFloat
Makes supported dropped items float on water in Valheim.
Features
- Supports ores, metals, trophies, and other configurable prefabs
- Configure additional prefab names through the config file or the official BepInEx Configuration Manager
- Simple quality-of-life mod


Compatibility
- NowYouFloat adds a
Floatingcomponent to configured dropped item prefabs that normally sink. - Mods that modify the same dropped item prefabs or Floating behavior may be incompatible.
Configuration
Config file location:
BepInEx/config/hex.nowyoufloat.cfg
Example configuration:
[General]
## Enable or disable the mod
# Setting type: Boolean
# Default value: true
Enabled = true
## Exact prefab names that should float
# Comma-separated list
AllowedExactPrefabs = Copper,CopperOre,IronNails,BronzeNails,IronScrap,Iron,IronOre,BlackMetal,BlackMetalScrap,Silver,SilverOre,Tin,TinOre,SurtlingCore,DeerHide,CeramicPlate,Bronze
## Prefab name contains filters
# Any prefab containing these values will float
AllowedNameContains = Trophy
Requirements
- denikson-BepInExPack_Valheim-5.4.2333
Installation
Thunderstore / r2modman
Install using a Thunderstore-compatible mod manager such as r2modman.
Manual Installation
- Install BepInExPack Valheim
- Extract this package
- Place the DLL inside:
BepInEx/plugins/NowYouFloat/
Example:
BepInEx/plugins/NowYouFloat/NowYouFloat.dll
Multiplayer
- Primarily tested on a dedicated server with the mod installed client-side only
- Multiplayer compatibility with other players and mod combinations has not been extensively tested