HomeJavaModsPickup
Pickup

Pickup

Pickup is a mod that lets players pick up items by right-clicking them. (or whatever their interact key is set to) It works completely server-side so any vanilla client can join. The only client-side feature is the configuration modification system, an extra system for modifying the mod's configuration while the server is running (as opposed to editing the JSON and restarting).

Showcase of the mod

Configuration

Core mechanics

Both of the above can be turned on and off independently of each other. You can also override the default item entity's hitbox with custom dimensions. This makes targeting easier because the vanilla item entities have a fairly small hitbox. (The hitbox has a maximum limit of 1x1x1 blocks to prevent cramming)

Extras

Editing configuration

Aside from editing the JSON while the server is offline, you have a couple other options to get the mod configured if you have it installed on your client.

  1. Command - Running pickup_config as an admin will open a nice GUI where you can edit the config and apply it without restarting the world.
  2. ModMenu - With Mod Menu, you can access the same config GUI by opening the Mod list and clicking the configure icon.

Operator permissions are required. All configuration changes are validated server-side to catch any invalid values. Once again, the client mod is completely optional!

Prerequisites

All you need is a version of Fabric API that is for the same minecraft version, no extra config libs.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more