Mod
Item Pickup Range EX
No reviews yet
Allow players to set their own pickup range, config file for limits, designed for server and singleplayer.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Item Pick-Up Range Mod
Extended Edition
Minecraft Version: 1.20.1
Fabric Loader Version: 0.16.14+
Original Author: wenhao
This version Author: Arona74
License: MIT
Description
The Item Pick-Up Range mod allows players to adjust the range at which they automatically pick up items in Minecraft (default is 1.0). Each player can set their own pickup radius individually, and server admins can define configurable minimum and maximum limits to keep ranges balanced.
The mod supports per-player customization, persists values between sessions, and automatically clamps existing player values when configuration limits are changed.
Features
- Per-player pickup range – Each player can set their own range.
- Configurable limits – Server admins can define
minPickupRangeandmaxPickupRangein a JSON config file. - Automatic clamping – Player ranges are automatically adjusted if they exceed new config limits.
- Persistent values – Player pickup ranges are saved and loaded from NBT.
- Simple commands – All features accessible through one root command:
/PickupRange.
Installation
- Install Fabric Loader 0.16.14+ for Minecraft 1.20.1.
- Install the Fabric API for Minecraft 1.20.1.
- Place the compiled
.jarof this mod into yourmods/folder. - Launch Minecraft with the Fabric profile.
Configuration
The mod configuration is stored in:
config/item_pickup_range.json
{
"minPickupRange": 0.5,
"maxPickupRange": 5.0
}
- minPickupRange: minimum allowed pickup range
- maxPickupRange: maximum allowed pickup range
Changing the values and reloading the config automatically adjusts players' current ranges.
Commands
All commands are under the root command: /PickupRange
| Command | Description | Permissions |
|---|---|---|
/PickupRange set <value> |
Set your personal item pickup range (within configured limits) | All players |
/PickupRange get |
Display your current pickup range | All players |
/PickupRange reload |
Reload the config and clamp all players’ ranges | OP only (permission level 2) |
How it works
- Player ranges are stored individually and saved to NBT, so they persist between sessions.
- The mod automatically clamps player values when the server starts or when the config is reloaded.
- Players are notified if their pickup range is adjusted due to new limits.
Development
- Language: Java
- Build System: Gradle with Fabric Loom
- Mixins used for injecting pickup range logic into
PlayerEntity.
License
This mod is released under the MIT License. You are free to use, modify, and redistribute it, as long as the license terms are included.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers