| Last updated | 2 weeks ago |
| Total downloads | 898 |
| Total rating | 0 |
| Categories | Mods Misc Server-side Client-side Utility Building |
| Dependency string | Lookenpeepers-Item_Vacuum-1.1.3 |
| 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
Item Vacuum
Helps reduce lag in your world by picking up rendered item drops and distributing them to chests in your base that already contain the items picked up.
Features
- Features: Helps reduce lag in your world by picking up rendered item drops and distributing them to chests in your base that already contain the items picked up. The vacuum itself does not need to be rendered and it is multiplayer friendly.
Installation
- Install r2modman or Thunderstore Mod Manager.
- Click Install with Mod Manager on this page.
- (Optional) For manual install, drop the
.dllintoBepInEx/plugins.
Configuration
- This mod generates a config file at
BepInEx/config/com.peep.mastervacuum.cfg. - You can edit this in-game using the Official BepInEx Configuration Manager.
Changelog
1.1.3
- Fix inaccessible field... again...
1.1.2
- Only host handles RPC request.
1.1.1
- Changed Hashset to Dictionary for ghost item removal.
1.1.0
- Inaccessible field patch.
1.0.9
- Removes 'ghost' objects that the client sees when traveling with host.
1.0.8
- Ensured vacuum pickup range is global once again.
1.0.7
- Changed some ownership checks.
1.0.6
- Fixed reference to inaccessible field in ZNetSceneAwake.
1.0.5
- Get proper player UID, fix visibility bug in multiplayer. (Sorry for all of the updates, this is just to ensure compatibility with the MultiUserChest mod, without MUC you can safely use version 1.0.0, with MUC hopefully this patch or any future patch fixes it.)
1.0.4
- Changed logic to confirm item is moved before deleting from vacuum.
1.0.3
- Implement dynamic inventory sizing for ZDO.
1.0.2
- Inaccessible field patch.
1.0.1
- MUC compatibility patch.
1.0.0
- Initial release.