Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 4 years ago
Updated last week
All versions
1.18.2-1.5.0-Forge
Release
1.18.2 - 1.5.0 - Forge7 months ago 992
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
- internal handling of the config is now based on vanilla codecs
- configs will no longer reset when they contain errors
- the logfiles will now contain detailed information about what exactly is wrong with the config
- when the config contains errors, the default config will be used instead
- wildcards like
minecaft:*are no longer supported
- removed some command options
/toolleveling config show/toolleveling config info
- command
/toolleveling config resetwill now reset all configs - command
/toolleveling config reloadwill now reload all configs - internal handling of item tags improved
- now rendered in the item values gui more compact (see:
/toolleveling openitemvalues)
- now rendered in the item values gui more compact (see:
- the block itself now has a comparator output
- outputs a signal strength based on the number of non empty payment slots
- signal strength 0: no payment items
- signal strength 1-15: at least one item per slot
- overall QoL improvements
- all numbers are now formatted with a thousand separator
- upgrade buttons now show the next level of the enchantment in the name
- colored slots in the gui to indicate which slots are for payment and which for the item to upgrade
Full Changelog: https://github.com/tristankechlo/ToolLeveling/commits/1.18.2-1.5.0
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:I8oNjZdJ:jyYrlDi7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:I8oNjZdJ:jyYrlDi7"
}

