Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
6.3.1
Release
Tyz's Skills 6.3.1 - 1.21.12 months ago 1,007
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Minor Changes:
- JSON Error Handling: JSON syntax errors, completely empty files, and invalid overwrites (ghost skills) will no longer fail silently.
- Visual: Removed the activation overlay for the skill Wisdom.
Balancing:
- Bloodlust:
- Values reduced from [7, 15, 22, 30] to [3, 7, 11, 15]
- Removed the 1 HP minimum heal threshold. Small health gains from weaker mobs now accumulate seamlessly in the background and update your health bar once they form a complete half-heart.
- Wisdom:
- Max level increased from 4 to 5.
- Values increased from [15, 30, 45, 60] to [20, 40, 60, 80, 100]
- Prices adjusted from [6, 8, 12, 16] to [4, 6, 8, 12, 16]
[Bug Fixes]
- Fixed #16: Fixed an issue where removed bookmarks would visually linger in the Bookmarks tab.
- Fixed a calculation issue for the Wisdom skill where fractional XP was always forced up to a minimum of 1 XP.
- Fixed Spare Parts exploit. The skill will no longer trigger or refund materials for single-ingredient crafting recipes to prevent infinite item duplication loops.
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:xza1f3e9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4rKNK5O2:xza1f3e9"
}

