Links
Tags
Creators
Details
All versions
3
Release
davdeos-item-magnet-mod-3.0-26.14 months ago 230
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client and server
Required content
Changes
v3.0
- Update to minecraft version 26.1
- Added config file and screen, can be opened using Mod Menu. Optional: Install Cloth Config API and Mod Menu
v2.10
- Update to minecraft version 1.21.11
- Fix bug with game crash when using yyz's backpacks mod
v2.9
- Update to minecraft version 1.21.9
v2.8
- Update to minecraft version 1.21.10
v2.7
- Add Russian language support
- Fix crash with Collective
- Magnet no longer breaks in creative mode
- Now the player is given recipes if he gets the right items (eg magnet core = magnet recipe)
v2.6
- Add Ukraine language support
- Add description for modmenu
v2.5
- Update to minecraft version 1.21.8
v2.4
- Update to minecraft version 1.21.7
v2.3
- Update to minecraft version 1.21.6
v2.2
- Update to minecraft version 1.21.5
v2.1
- Update to minecraft version 1.21.4
v2.0
- Update to minecraft version 1.21.0
v1.1
- Setup of automatic deployment
v1.0
Release first version of the mod
- Add Item Magnet, Broken Item Magnet and Magnet Core items
- Adjust loottables in order to be able to find the Magnet Core
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| itemmagnetmod-3.0-sources.jar | Unknown | 32.04 KiB |
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:V9obxUzB:Q96FKvsz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:V9obxUzB:Q96FKvsz"
}



