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 certain dropped items float on water. Supports ores, metals, trophies, and additional configurable prefabs through the mod settings.
| Date uploaded | 2 months ago |
| Version | 1.0.0 |
| Download link | Hex_Viking-NowYouFloat-1.0.0.zip |
| Downloads | 313 |
| Dependency string | Hex_Viking-NowYouFloat-1.0.0 |
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
Now You Float
Makes supported dropped items float on water in Valheim.
Features
- Makes supported dropped items float instead of sinking
- Supports ores, metals, trophies, and other configurable prefabs
- Configure additional prefab names through the config file
- Lightweight vanilla-friendly gameplay tweak
- Designed as a simple quality-of-life mod
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,Iron,IronOre,IronScrap,IronNails,BlackMetal,BlackMetalScrap,Silver,SilverOre,Tin,TinOre
## Prefab name contains filters
# Any prefab containing these values will float
AllowedNameContains = Trophy
Requirements
- BepInExPack Valheim
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
This mod is intended to function as a lightweight gameplay quality-of-life mod.
For consistent multiplayer behavior, server-side installation may be recommended.
Compatibility
- Lightweight Harmony patching
- Designed to minimize conflicts with other mods
- Vanilla-friendly behavior
Notes
This package follows the standard Thunderstore package layout for Valheim mods.
Source
GitHub repository:
CHANGELOG
Changelog
v1.0.1
Added
- Bronze to the prefab list
v1.0.0
- Initial release