You are viewing a potentially older version of this package. View all versions.
OdinPlus-ItemRetriever-1.0.1 icon

ItemRetriever

Pull lost items back from the ocean, lava, or anywhere on the map.

Date uploaded 5 days ago
Version 1.0.1
Download link OdinPlus-ItemRetriever-1.0.1.zip
Downloads 925
Dependency string OdinPlus-ItemRetriever-1.0.1

README

Item Retriever

Pull lost items back from the ocean, lava, or anywhere on the map.

Throw a rod, gun, or tool away by accident? Press F8 — it flies back in front of you. Press E to pick it up.

Install

  1. Install BepInEx
  2. Put the DLL in BepInEx/plugins/.
  3. Launch once to generate the config.

Use

  1. Lose an item (water, lava, or far away).
  2. Press F8.
  3. Item lands in front of you → press E.

Defaults

  • Key: F8
  • Range: 8 m (set MaxRange = 0 for unlimited)
  • Works from ocean, lava, and land
  • Types: rods, weapons, tools, other items
  • Ignores fish, bait, and boat parts
  • Host-only in multiplayer
  • Free (no money cost by default)

Config

Edit BepInEx/config/ after first launch:

  • MaxRange / MinRange — distance limits
  • AllowedItemTypesAll or Rods,Weapons,Tools
  • BlacklistNames — names to skip
  • AllowFromOcean / AllowFromLava / AllowFromAnywhere
  • HostOnly — only host can retrieve

Notes

  • Moves the real item; does not spawn a duplicate.
  • Rods: if several exist, only the farthest is pulled.
  • Pick up with E (same as normal ground items).

Hexium Promotional Banner

CHANGELOG

#Version

  • 1.0.1 Name fix

  • 1.0.0 Initial Release