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.
NoAutoPickup
Turns auto-pickup off near campfires, hearths, tames, and Item Drawers so tossed loot stays on the ground.
CHANGELOG
Changelog
0.1.2
- Auto-pickup is only forced off when you enter a fire / tame / drawer zone. The default game bind (V, or whatever AutoPickup is mapped to) can turn it back on while you stay there.
- When the mod itself flips the flag, it shows the vanilla
AutoPickup: On/AutoPickup: OffHUD message ($hud_autopickup:).
0.1.1
- Access
Player.m_enableAutoPickupthrough Harmony FieldRef so Unity no longer throwsFieldAccessExceptionevery AutoPickup tick. - Skip vanilla
Player.AutoPickupwhile you are inside an exclusion zone. Manual E pickup is unchanged.
0.1.0
- Initial client auto-pickup guard for Valheim 1.0.
- Turns auto-pickup off near campfires, hearths, tamed animals, and kg Item Drawers, then restores the previous setting when you walk away.
- Exclusion range is the largest of vanilla 2 m, live
Player.m_autoPickupRange, and Item DrawersDrawerPickupRange.