All versions
1.0.0
Release
The Twelve Talismans 1.0.03 weeks ago 71
Compatibility
Minecraft: Java Edition
26.2
Platform
NeoForge
Supported environments
Client and server
Changes
Patch Notes (English)
Rendering Fixes
- Fixed rendering glitch of Tiger Talisman doppelgänger: doppelgänger was invisible and rendering stuck to player body
- Fixed rotation bug of the physical body during Sheep Talisman astral projection: body tilted 45 degrees and face pointed upward abnormally
- Fixed incorrect lighting values causing darkened or fully invisible entity models
- Updated doppelgänger renderer to fully render player’s original model and skin
- Replaced zombie ambient sounds with player vocal sounds for the doppelgänger
Functional Logic Fixes
- Fixed Monkey Talisman shapeshift bug: stats and abilities did not apply after transforming into creatures
- Fixed Rooster Talisman levitation slow-fall effect mismatching vanilla Minecraft gravity behaviour
- Fixed leftover flight speed/levitation buff persisting after exiting survival flight state
- Fixed selectable form desync on dedicated servers: added server-side mob ID validation for Monkey Talisman transformation list
- Fixed infinite-duration MobEffect failing to trigger
applyEffectTicktick logic - Corrected damage event binding: replaced misused
LivingHurtEventwith properLivingDamageEvent.Post
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:D1PtK10T:Gbz9rDbh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D1PtK10T:Gbz9rDbh"
}

