Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 5 months ago
All versions
1.6.2
Release
Animated Frames 1.6.25 months ago 127
Compatibility
Minecraft: Java Edition
1.21.4
Platform
Fabric
Supported environments
Client-side
Client and server
Required content
Unavailable version
Changes

AnimatedFrames โ v1.6.2
๐งต Fabric | ๐ฎ Compatible with Minecraft 1.21.4
โจ What's new in v1.6.2
- ๐ New: Multiple media can now play simultaneously at different screen positions
- ๐ง Change: Media size now automatically adapts to the client's GUI Scale, keeping correct proportions at any resolution
- ๐ง Change: Internal refactor of rendering and resource management code for improved stability
๐ฌ Commands
Client
/mediac show <file> [time] [position] [scale] [volume]/mediac stop/mediac list/mediac lang <en|es>
Server
/medias show <player|@a> <file> [time] [position] [scale] [volume]/medias stop <player|@a>/medias check [player]/medias status/medias debug
๐ Features
- ๐ผ๏ธ Display
.gif,.png,.jpg,.jpeg,.mp4on players' screens - ๐๏ธ Play multiple media simultaneously at different positions
- ๐ฏ Selector support (
@a, player name) - ๐๏ธ Control duration, position, scale, and volume per command
- ๐ Media size auto-adapts to client GUI Scale
- ๐ 10 screen positions:
centertoplefttoprightbottomleftbottomrighttopcenterbottomcenterleftcenterrightcenter`full
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:mAbDCyw6:KSuKOkZI"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:mAbDCyw6:KSuKOkZI"
}

