Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
5.0
Release
Tyz's Skills 5.0-1.21.18 months ago 86
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Major changes :
- 4 new skills (oxygene boost, mining speed, adrenaline and sneak speed)
- Compatibility with all other mods
- More deep config settings (disable skill, selecting skill's power...)
- More deep commands
- Big optimisation
other changes :
- Fully translatable texts
- Buff for rewards (reaching level : 35, 40 and 50)
- Moved resistance skill to "Fight" tab
- Removed badges
- Removed the entity reach effect in the reach skill
- Removed xp gains after blocking damages with shield
- Some texts changes (descriptions and tooltips)
- Night Vision skill now applies with a small delay to reduce network usage
- illager Bait skill avoids recalculating path unless the player moves
- Added korean traduction (thanks to )
- Added Vietnamese traduction (thanks to)
Bug Fixes:
- The “entity reach” attribute was not reset correctly when using the command
- Some skills were not sync and dispared when the player died
- [NeoForge only] second life issues on server
- Tab tooltips missing when on fight category
- Other minor fixes
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:4rKNK5O2:hq9iT3Jr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4rKNK5O2:hq9iT3Jr"
}

