Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/azurejelly/legacy-logarithmic-volume

Logarithmic Volume Control backported to Forge 1.8.9, which fixes the Minecraft volume sliders to work on a logarithmic scale.
https://github.com/azurejelly/legacy-logarithmic-volume

backport forge minecraft minecraft-forge minecraft-mod mod

Last synced: 9 days ago
JSON representation

Logarithmic Volume Control backported to Forge 1.8.9, which fixes the Minecraft volume sliders to work on a logarithmic scale.

Awesome Lists containing this project

README

        

# Logarithmic Volume Control Legacy
[Logarithmic Volume Control](https://modrinth.com/mod/logarithmic-volume-control) backported to Forge 1.8.9, because I could not ~~unsee~~ unhear it. Originally made by [girlbossdev](https://github.com/girlbossdev).

## Cloning, building and running
```shell
git clone https://github.com/azurejelly/legacy-logarithmic-volume
cd legacy-logarithmic-volume
./gradlew setupDecompWorkspace # setup workspace (might require -Xmx4G in jvm args)
```

```shell
./gradlew build # builds and generates mod jar to build/libs/
./gradlew buildCopyToRunModsAndRun # copy to ./run/mods/ and run the client
```