Lost Beats
Adds features to the BiomeBeats mod including Lost Cities compat.
Features
Lost Cities Compat
- Per Building / Multi-Building Conditions
- Per City Conditions
Lost Souls Compat
- Haunted Building Conditions
Hordes Compat
- Whether the horde is currently active
Interrupt Modes
Choose how different conditions interact with each other
- Ephemeral: Stock condition behaviour. Replaces current tracks with the new ones, can be replaced by other conditions.
- Wait: Wait for the current track to finish before replacing all tracks. Will still replace Ephemeral conditions.
- Immediate: Same as Ephemeral except that it can't be replaced by Wait conditions.
Song Regexes
Add additional songs to the list of music tracks accessible from the BiomeBeats settings menu.
- Regexes are matched against the individual song ids (not sound events)
- Regexes must match the song id entirely (including namespace)
Examples:
^.*:music.*$will match all music tracks that contain the word "music" in the path^modid:.*$will match all music tracks that are in the modid namespacemodid:song_namewill match this song exactly
Minor Tweaks
- Conditions that are too long will show the name in the tooltip
Originally made for DeceasedCraft by request of TqLxQuanZ but can be used as a standalone.

