telekinesis
This mod adds auto-pickup functionality to the player, also known as telekinesis from Hypixel SkyBlock.
How Telekinesis Works
With this mod, you can automatically collect dropped items and experience from mobs, blocks, and other entities.
Is Enchantment Required for Use?
No, in the settings you can change the needEnchantment parameter to false. If you want the function to work only while sneaking, you can enable the needSneak option.
Where to Find the Telekinesis Enchantment?
The enchantment can be obtained through trading with villagers, created on an enchanting table, or found on enchanted tools in treasure chests.
Mod Settings
The configuration file is located in the client/server directory at /config/telekinesis.json
telekinesis.json
{
"version": 1, // For migration purposes only, can be ignored
"config": {
"needEnchantment": true, // Defines whether enchantment on the tool is required for telekinesis to work
"needSneak": false, // Defines whether the player must sneak to use telekinesis
"expAllowed": true, // Allows the use of telekinesis for collecting experience
"itemsAllowed": true // Allows the use of telekinesis for collecting items
}
}
Paper Compatibility
The Paper module for Minecraft version 1.20.2 is no longer supported due to the inability to register the enchantment.