All versions
1.1+mod
Release
1.15 hours ago 6
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Server-side
Singleplayer
Changes
26.2 support and QoL changes to make using magnets a less frustrating experience
~~ Details ~~
- Added support for 26.2 (but removed support for versions before 1.21 because I couldn't be bothered)
- Items teleported to the player using a magnet can now instantly be picked up instead of having to awkwardly wait for the pickup timer to run out. This means that if you mine a block, as long as you have place in your inventory, it instantly gets picked up!
- Thrown items no longer get teleported to players with magnets to prevent picking up the same trash you just threw out
- Experience orbs now have a larger pickup radius with the magnet, going from 6 to 8 blocks (I'm not too sure why I changed that tbh)
- Arrows in the ground are no longer attracted to players with magnets, as it was annoying and caused more harm than good (killing happy ghasts...)
- Updated the pack icon to be brighter and to make it more obvious what the pack does
- Removed Herobrine
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:uU8kmrwc:7popZ73m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uU8kmrwc:7popZ73m"
}

