Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
Updated 2 months ago
All versions
1.0.2+mod
Release
[MOD] Talentium 1.0.22 years ago 1,549
Compatibility
Minecraft: Java Edition
1.21.4
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
Talentium 1.0.2
Updated to 1.21.4. Custom tints have been removed due to Mojang removing that feature as it was unintended, rest in peace.
New Feature
- UUID stored stats, same as Mine Treasure except this one works. Will fix the Mine Treasure one later. Every 5 minutes your stats will be saved. If you change your name it will be detected and your stats will be applied.
Bugfixes Galore
Major Bugfix
- Fixed hidden technical enchantments being grindstone-able, essentially granting infinite XP.
- Fixed settings menu incrementing both when changing level cap.
Fishing/Agriculture/Magic
- Updated Textures, no longer custom colors, now uses default items.
Smithing
- Fixed Home Made Debris advancement.
- Made the crafting recipe explanation in trigger talent more clear.
- Fixed Leather Armor advancement.
- Fixed Netherite Helmet not having correct durability when smithed.
- Fixed talent trigger to be smithing table instead of blast furnace for talent introduction.
- Fixed the whole smithing system from failing sometimes when one starts smithing.
Sneak
- Fixed armor equip sounds not being present after becoming visible.
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:a23o1xmu:ALsp6iHb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:a23o1xmu:ALsp6iHb"
}

