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.
CartAutoCollect
Automatically collects nearby dropped items into your cart as you pull it. Configurable radius, collection interval, and option to only collect item types already present in the cart.
By GrinSorrows
| Last updated | 2 days ago |
| Total downloads | 105 |
| Total rating | 0 |
| Categories | Client-side Utility AI Generated |
| Dependency string | GrinSorrows-CartAutoCollect-1.0.0 |
| Dependants | 1 other package depends 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
CartAutoCollect
Automatically vacuums up dropped items near your cart as you pull it — inspired by the broken AutoStore mod, rebuilt for the current Valheim API.
Features
- Scans a configurable radius around the cart every second (adjustable)
- Only collects item types already present in the cart by default, so your cart acts as a mobile storage filter
- Optionally collect all nearby items regardless of type
- Optionally only collects while you are attached and pulling the cart
- Fully configurable via F1 ConfigManager in-game
- Client-side only — safe to use on vanilla servers
Configuration (F1 in-game)
| Setting | Default | Description |
|---|---|---|
| ModEnabled | true | Toggle the mod on/off |
| CollectionRadius | 8.0 | Radius in metres around the cart to check for items |
| CollectionInterval | 1.0 | Seconds between each collection check |
| OnlyMatchingItems | true | Only collect items already in the cart |
| CollectWhenPulling | true | Only collect while attached and pulling the cart |
Installation
Via r2modman / Thunderstore Mod Manager (recommended)
Search for CartAutoCollect and click Install.
Manual
- Install BepInExPack Valheim
- Copy
CartAutoCollect.dllintoValheim/BepInEx/plugins/ - Launch the game — config file is auto-generated on first run
Usage Tips
- Put a few stone (or whatever you want to farm) into your cart before heading out — with OnlyMatchingItems on, it will only vacuum up stone
- Increase CollectionRadius to 12–15 if you want wider coverage while mining
- Turn off CollectWhenPulling if you want the cart to passively collect even when parked nearby
Compatibility
- Works alongside AzuAutoStore, SkilledCarryWeight, AdvancedTerrainModifiers, and ImpactfulSkills
- No known conflicts with other mods in the QOL Valheim pack
- Does not require server installation
Changelog
1.0.0
- Initial release