1.0.0
Compatibility
Required content
Changes
A very simple Tool Leveling System:
-
Every tool's mining speed is slower by default, increases higher then vanilla on higher levels!
-
Tools level up when mining specifically the blocks they are designed for: Pickaxes - All Ores (Mod compatible) Axes - All wood, logs (Mod Compatible) Shovels - Dirt
-
Max level is 8th, with the mixing speed increasing by x0.25 per each level,
-
Mod Compatible! - Tools can use modded blocks to level up, they just need to be the right type of block, Leveling system is compatible with Modded tools by default, if you are a mod dev you don't need to do anything but extend the PickaxeItem/AxeItem/ShovelItem in your custom tool
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:lpYzxm6I:eR8r5E9m"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:lpYzxm6I:eR8r5E9m"
}

