Compatibility
Minecraft: Java Edition
Platforms
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Magnetic (Telekinesis for Minecraft)
Magnetically move items and experience directly into your inventory! Inspired by the Hypixel Skyblock Telekinesis enchantment.
No more running around to collect drops—just break, kill, or mine, and let the loot fly to you!
✨ Features
- 🧲 Automatic Pickup: Items and experience orbs zip straight into your inventory.
- ⚙️ Configurable: Fine-tune exactly how magnetism works for you.
- 🚀 Performance-Friendly: Lightweight, designed for both servers and single-player.
- 🔄 Flexible: Easy toggling and customizability.
🎬 Demo
Watch items and XP zip right to you!
❓ FAQ
-
Does this work in multiplayer?
Yes, both on servers and singleplayer! -
Is it compatible with other mods/plugins?
Designed for broad compatibility, but let us know if you find issues! -
Where can I find the enchantment? The enchantment can be found like any vanilla enchantment. By trading, in treasures or via the enchantment table.
-
Do I need to use the enchantment? No, just toggle the
needEnchantment
option! Like this, the enchantment will be removed completely.
⚙️ Configuration
Configuration is handled via the magnetic.json
file:
{
"version": 1,
// For migration purposes only, just ignore this.
"config": {
"needEnchantment": true,
// Defines whether Magnetic should without or with the enchantment on the tool.
"needSneak": false,
// Defines whether the player should have to sneak to use Magnetic.
"expAllowed": true,
// Enables the use of Magnetic for exp drops.
"itemsAllowed": true
// Enables the use of Magnetic for item drops.
}
}
Changes require a server or game restart to take effect.