Links
Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated last year
All versions
1.4.0
Beta
Tinkers' Levelling Addon 1.4.02 years ago 2,798
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Requires Tinkers' Construct 3.8.3.39+
Updated mod to 1.19.2
Changed
- Disabled XP for "extra attacks" as they allowed certain tools to be upgraded too quickly.
Added
- Separate config settings for staff.
- Book entries for Improvable modifier (Encyclopedia and Mighty Smelting).
- Support for flying (Wings chestplate modifier and Slimelytra). XP is awarded for continuous flight (default 1 XP / 15 seconds). Added corresponding settings in server config.
- Support for sweeping and circle weapon attacks.
- Support for boots walker modifiers (plowing, path maker, snowdrift, flamewake, frost walker). Added corresponding settings in server config.
- Support for interaction modifiers (warping, flinging, springing, bonking, glowing, firestarter). Added corresponding settings in server config.
- New level up sound - Tinkers' 'Bonk' sound.
- Modifier texture for staffs.
Fixed
- Config comments translations.
- Attacking armor stand gives XP.
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:OOUmRYso:FT8iVPlj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OOUmRYso:FT8iVPlj"
}


