Tags
Creators
Details
Licensed LGPL-3.0-only
Published last year
Updated 3 days ago
All versions
1.9.6
Release
Dream Displays 1.9.6 Release — Paper 1.21+3 days ago 334
Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
Platforms
Folia
Paper
Purpur
Changes
Highlights
- Minor display menu improvements and fixes
- Fixed bad selection logic when trying to create a display
- Fixed the picked audio track (language) not being remembered after rejoining
- Codebase improvements, minor refactor and updated dependencies
Client
Improvements
- Improved video suggestions panel scale on high GUI scale
- Next suggestions now loads earlier instead of right before you hit the end
- Smoother scrolling for video suggestions and the audio track dropdown
- Enhanced versionizing mechanism (#210)
- Codebase style improvements and minor refactor
- Updated
FFmpegfrom 8.1.0 to 9.0.0 - Updated project dependencies
Fixes
- Fixed the picked audio track (language) not being remembered after rejoining, and videos now load directly on that track instead of switching to it right after starting
- Fixed no audio for players whose network setup can't reach the TLS (#209)
- Fixed videos failing to play entirely for players running an HTTP(S) proxy (#218)
- Fixed HUD elements (hotbar, health / hunger, chat, minimaps, ...) staying visible over fullscreen videos (#213)
- Fixed fullscreen videos looping forever even without the looped flag (#214)
- Pressing Esc on a non-forced fullscreen video now fully stops it (audio included) instead of just hiding it and reappearing on rejoin (#215) (server must be 1.9.6 or higher)
- Fixed suggestion thumbnails looking squashed on a squeezed strip on high GUI scale
- Fixed suggestion cards touching the scrollbar with no breathing room on a squeezed strip on high GUI scale
- Fixed video suggestions being covered by a black bar on
1.21.1(#208) - Use actual clicked block face for selection instead of player look direction (#217) (server must be 1.9.6 or higher)
- Resolve other platforms than YouTube using
/display videocommand (#207) (server must be 1.9.6 or higher)
Server
Fixes
- Use actual clicked block face for selection instead of player look direction (#217)
- Resolve other platforms than YouTube using
/display videocommand (#207) - Pressing Esc on a non-forced fullscreen video now fully stops the session once nobody's left watching, instead of leaving it dismissed-but-alive to reappear on rejoin (#215)
Optional dependencies
Any compatible version
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:E5pgyQxp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4IIKQyBu:E5pgyQxp"
}

