Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/modflower/music-moods
Configure how music & sound are handled.
https://github.com/modflower/music-moods
Last synced: about 1 month ago
JSON representation
Configure how music & sound are handled.
- Host: GitHub
- URL: https://github.com/modflower/music-moods
- Owner: Modflower
- License: mpl-2.0
- Created: 2023-01-15T19:05:12.000Z (almost 2 years ago)
- Default Branch: tree
- Last Pushed: 2024-06-29T09:50:00.000Z (6 months ago)
- Last Synced: 2024-06-29T10:29:31.740Z (6 months ago)
- Language: Java
- Size: 358 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Moods
[![Java CI](https://github.com/the-glitch-network/music-moods/actions/workflows/build.yml/badge.svg)](https://github.com/the-glitch-network/music-moods/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/the-glitch-network/music-moods)](LICENSE)
[![Stable](https://img.shields.io/github/v/release/the-glitch-network/music-moods?label=stable)](https://github.com/the-glitch-network/music-moods/releases)
[![Beta](https://img.shields.io/github/v/release/the-glitch-network/music-moods?include_prereleases&label=beta)](https://github.com/the-glitch-network/music-moods/releases)
[![Discord](https://img.shields.io/discord/380201541078089738?color=7289da&label=Development&logo=discord&logoColor=7289da)](https://discord.gg/EmPS9y9)
[![Discord](https://img.shields.io/discord/368932049354227712?color=7289da&label=Community&logo=discord&logoColor=7289da)](https://discord.gg/ExCdXwP)Configure how music & sound are handled.
Useful for cases where resource packs and mods replace the music immediately instead of just letting it play for any
reason.## How to Use
Music Moods requires Minecraft 1.19-1.19.2 currently, along with Quilt Loader.
It is recommended that you install [Mod Menu](https://modrinth.com/mod/modmenu) to easily access the configuration
screen as well.Install Minecraft 1.19+, [Quilt](https://quiltmc.org/install), any mods that like to replace the currently playing track
and stick with the default of fading between tracks or modify the config to not let the current track be replaced.Mods that are recommended to be used with are the [BetterNether](https://modrinth.com/mod/betternether) and
[BetterEnd](https://modrinth.com/mod/betterend) mods,
as this mod aims to solve the niche requirement that these two add.## Configuration
You can edit the config in game when Mod Menu is installed by navigating to `Mods`, `Music Moods`, then hitting the
`Configure...` button in the top right.
Alternatively, there's a new button in the Music & Sound Options screen.![The new button in Music & Sound Options](docs/images/config-button.png)
![The configuration screen](docs/images/config-music.png)### Music
#### Situational Music
*Includes the title screen, various biomes, being underwater and battles.*
- `Allow replacing current track` - Allows replacing the current music with a more fitting track. On by default.
- `Always play on repeat` - Plays the new situational music immediately, fading in from the old one. On by default.
- `Always play music` - Whether to keep music playing at all times or not. Good if you dislike silence. Off by default.
- `Fade time in ticks` - The time measured in 20 TPS ticks to fade between tracks. 30 seconds (600 ticks) by default.