0.5.5
Compatibility
Required content
Changes
v0.5.5
Note: 0.4.0 → 0.5.4 were internal dev builds. 0.5.5 is the first stable after 0.3.0.
🎨 Block Redesign
- New Design
🎬 New Playback Controls
- ⟲ Restart button — restarts video from the beginning, works on YouTube live, Twitch, all streams
- Seek slider — drag to jump anywhere, shows time like 1:23 / 5:40
- On live streams the slider shows "live" and disables seeking automatically
⚙️ Configuration File
- New JSON config at config/lumiereplay.json
- Change volume, pause distance, proxy and more
- No game restart needed
🪟 Windows File Paths
- C:\Users\You\Videos\movie.mp4
- D:\Media\clips\video.webm
- \server\share\media\file.mkv
- file:///C:/path/to/video.mp4
🛡️ Clash / V2RayN / Trojan Auto-Detect
- Detected ports: 7890, 7891, 7892, 8080, 8888, 3128, 1080
- Routes yt-dlp and ffmpeg through your system proxy
🐛 Fixes (since 0.5.4)
- No more black flash before the video starts — the projector now waits for the first real frame before switching from "Loading" to "Playing"
- No more stuck "Loading…" forever — if a source is broken, you'll see a clear error screen after 20 seconds and can retry with the ⟲ button
- yt-dlp and ffmpeg are now properly stopped when the video ends or fails, so no orphaned processes in the background
📦 Upgrade Notes
- Worlds from 0.3.0 fully compatible
- No new items or blocks
- Just drop the new jar in mods/
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:1XgPBDMh:OYyhfwOB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:1XgPBDMh:OYyhfwOB"
}

