Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated yesterday
All versions
1.9.2
Release
Dream Displays 1.9.2 Release — Paper 1.21+2 days ago 106
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Folia
Paper
Purpur
Changes
Highlights
- Performance improvements to frame scaling and pause / resume
- Displays now render on top of shaders instead of being affected by them
- Some improvements like a crash on newer
Velocityversions - Minor fixes and codebase refactoring
Client
Improvements
- Displays are no longer affected by shaders
- Pausing and resuming playback is now instant
- YouTube connections are pre-warmed on server join, cutting the delay before the first frame resolves
- Frame scaling now runs band-parallel across cores instead of on a single core
- Added
LuckPermsas an optional dependency in the release workflow - Removed unused suppression annotations and refactored minor stuff (#183)
- General codebase improvements (#184)
Fixes
- Fixed clock jumps when pausing
- Fixed a frame nudge / jump right after resuming from pause
- Fixed duplicated translations on Crowdin
Server
Fixes
- Fixed
Velocitysupport by using the correct inject annotation for newer versions (#182)
Optional dependencies
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:4IIKQyBu:n1VnTHLa"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4IIKQyBu:n1VnTHLa"
}


