Tags
Creators
Details
Licensed MIT
Published last month
Updated last month
All versions
1.1.0
Beta
LostBeats Forge 1.1.0 for 1.20.1last month 96
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
1.1.0
- Track replacement logic has changed
- Replace interrupt mode with yield yes / no
- Tracks are replaced if a higher priority condition becomes true
- Tracks will continue playing when moving to a same priority region
- Tracks will continue playing when moving to a lower priority region unless the current track has yield set to yes
- Added commands
/lostbeats seek <seconds>- Seek forward or backwards through the current playing track/lostbeats skip- Skip to the next track/lostbeats duration- Get the duration of the current playing track/lostbeats pause/resume- Pause / resume the current track
- Reworked debug hud to show more info about the current and queued tracks
- Reworked how the recent track is picked to always work with smaller numbers of tracks and better account for tracks that have never been played before
- Added % chance for the next track to play to the debug hud
- Improved underlying logic for playing tracks
- Now stops all music when leaving the world to allow for mods like fancy menu to take over. If you wish for menu music to be a thing, the menu music option in the other section still works.
1.0.0-2
Initial Release
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| lost_beats-1.1.0+1.20.1-forge-sources.jar | Unknown | 69.65 KiB |
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:oTIjZmbQ:HbNl3jRz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:oTIjZmbQ:HbNl3jRz"
}

