1.0
Compatibility
Changes
Item Magnet
Item Magnet adds a simple but very useful item to Minecraft - a magnet that automatically pulls nearby dropped items to the player.
Instead of running around collecting items after mining, building or fighting mobs, the magnet will pull them toward you automatically.
This is a lightweight quality-of-life mod designed to make gameplay smoother without changing the core mechanics of Minecraft.
Features
-
Adds a Magnet item
-
Pulls dropped items toward the player
-
Works when held in main hand or offhand
-
Attraction radius: 5 blocks
-
Custom crafting recipe
-
Lightweight and performance-friendly
How it works
When the magnet is held in the player's hand:
All dropped items within a 5 block radius start moving toward the player.
Items smoothly fly toward you and get picked up automatically.
No extra commands or UI required - just hold the magnet.
Crafting recipe
The magnet can be crafted using Magnetite and a Stick.

Use cases
The magnet is especially useful for:
-
Mining
-
Mob farms
-
Tree farms
-
Building large structures
No more running around picking up items.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:qfFNbVDi:2pw2O7TE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qfFNbVDi:2pw2O7TE"
}

