File Details
AmbienceMini [1.21.1 - 2.6.1].jar
- R
- May 2, 2026
- 728.82 KB
- 131
- 1.21.1
- NeoForge
File Name
AmbienceMini-1.21.1-2.6.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
Version 2.6.1:
- Fixed a bug where reading the
$elevationproperty before the player has been loaded would cause the music player to crash.
Version 2.6.0:
- You can now set priorities of selected playlists by writing
play PLAYLIST priority PRIORITYwherePRIORITYmust be a non-negative, whole number given as a constant/literal.- When a playlist is selected using
play, all music with a lower priority is paused, and when the high-priority music stops, the paused low-priority music resumes if conditions still allow playing this music at this point. - Interrupts now only affect
playkeywords without a manually specified priority and sets the priority to "the number of nested interrupts". Thus, "interrupt play LIST" will giveplay LISTa priority of1and "interrupt interrupt play LIST" gives a priority of2. - When no manual priorities are given in your music configuration, interrupts will work exactly as before, but without any nesting limitations.
- When a playlist is selected using
- Added a flag system where named variables can be set to string values.
- Use
/ambience_mini flag create/update [name] [value]to create/update flags. - Use
/ambience_mini flag delete [name]to remove flags. - The
$flagsproperty is a map from flag-names to flag-values. If you have created a flag namedtest_flagwith the valuetest value, then$flags["test_flag"] == "test value"will evaluate totrue.
- Use

