Tags
Creators
Details
Licensed ARR
Published last month
Updated 3 days ago
All versions
1.0.7
Release
DynamicSkins 1.0.72 months ago 47
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Unavailable version
Unavailable version
Changes
Dynamic Skins - Avatar Preview Update
✨ New Features
- 3D Model Preview — The Avatar Editor can now display a rotating 3D character model preview instead of a flat texture image, letting you see your skin from every angle before uploading.
- Watermark Preview Mode — Added a watermark overlay preview mode for players who prefer viewing the raw texture directly, while helping deter unauthorized screenshot capture (e.g. during livestreams).
- Preview Mode Toggle — Players can now freely switch between "3D Model" and "Watermark" preview modes via a toggle button in the Avatar Editor screen.
🛠️ Improvements
- The 3D model preview's rotation speed is now calculated based on real elapsed time instead of frame count, fixing inconsistent spin speed across different framerates.
🐛 Bug Fixes
- Fixed the 3D model preview spinning excessively fast due to incorrect rotation calculation (previously accumulated from partial ticks instead of real time).
Notes
- Watermark mode is recommended for players who stream or record frequently, reducing the risk of skin files being extracted from leaked footage.
- 3D Model mode gives a more realistic view, letting you inspect your skin from all angles before uploading.
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:RQtFfZ30:qvHoRWfn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RQtFfZ30:qvHoRWfn"
}

