Compatibility
Minecraft: Java Edition
26.1.2
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 2 weeks ago
Magnet Enchant
Adds a Magnet enchantment that pulls nearby item drops toward you while you wear enchanted leggings.
How it works
Equip leggings with the Magnet enchantment and item drops within range are pulled toward you automatically. Higher levels increase both the pickup radius and pull speed.
| Level | Default range | Default pull time |
|---|---|---|
| Magnet I | 6 blocks | 1.0 second |
| Magnet II | 8 blocks | 0.5 seconds |
| Magnet III | 12 blocks | Instant |
Pull time is the duration from when an item enters range until it reaches you. Magnet III pulls instantly.
Obtaining
- Enchanting table — apply directly to leggings
- Enchanted books — combine with leggings on an anvil
- Anvil combining — merge two Magnet books or items to increase the level (I + I = II, etc.)
Magnet can only be applied to leggings.
Configuration
On first launch, the mod creates a config file at:
config/magnet-enchant.toml
All range and pull-time values can be customized. The file includes comments explaining each option.
[magnet]
level_1_range = 6.0 # Magnet I pickup radius (blocks)
level_2_range = 8.0 # Magnet II pickup radius (blocks)
level_3_range = 12.0 # Magnet III pickup radius (blocks)
level_1_pull_time = 1.0 # Magnet I pull duration (seconds)
level_2_pull_time = 0.5 # Magnet II pull duration (seconds)
level_3_pull_time = 0.0 # Magnet III pull duration (0 = instant)
Restart the game after changing the config.
Range is capped at 64 blocks and pull time at 30 seconds in config validation.


