1.1.0+mod
Compatibility
Changes
I'm excited to present the first official update to Talismans! This version includes new Talismans, transmutable items, advancements, and more.
New Talismans
The update presents three new Talismans, which bring the following perks:
- Climb: Boosts step height.
- Swim: Extends oxygen timer and increases submerged mining speed. Applies the Dolphin's Grace effect at level 4.
- Saturation: Refills the hunger meter. Can only appear naturally at level 3.

Transmutable Items
The Shard of Semblance and variants of the Seed of Semblance will allow you to make use of the Talisman Cores you've left building dust in the corner. If you have ever obtained a Core for your desired Talisman, you will be able to synthesize new Cores for that type. The graphic below provides a neat example:
In essence, this feature allows you to take unwanted Cores and match them to different effects.
The 2 new advancements in this update revolve around these items.
Other Changes & Improvements
- Talismans loot can now be found by Ruined Portals and in certain Stronghold chests.
- Hovering over a Talisman or Core in the inventory will now show the name of its effect, just as an Omnislate would. This feature extends to Seeds of Semblance.
As always, if you want to reach out at any time, message wisoven on Discord. Enjoy!
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:8TmZoItL:mryRCJqC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:8TmZoItL:mryRCJqC"
}

