1.1.0
Compatibility
Changes
Tool Magnet
Join the Runeshard Discord today: Click Here! - Would appricate every single new member!
Tool Magnet is a Mod created by Runeshard Studios which will provide you following:
- It is an enchantment book with Tier I-III obtainable through desert temples and enchantment tables. (Tier III only works on a 30-level table)
- Goes on every tool (Sword, Pickaxe, Axe, Shovel, Hoe, Bow, Trident), it is also applyable to armor, but it won't be affecting it
- Tier III can not be crafted with two Tier II books since it is supposed to be quite rare in the mod
- Tier I and II are in almost (or every) chest in desert temples - these are NOT rare
Tier I
- 5x5 drop pickup range
Tier II
- 10x10 drop pickup range
Tier III
- 20x20 drop pickup range
The mod does not have any custom textures because I thought that only 3 books would not look good if they had a custom texture for themselves (while all the others look similar).
NOTE: Pickups are only made, if the player HOLDS the item!
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:BDoEYMbV:PIF7T91R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BDoEYMbV:PIF7T91R"
}

