Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/azurejelly/legacy-logarithmic-volume
- Owner: azurejelly
- License: other
- Archived: true
- Created: 2024-05-22T13:41:03.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-09T21:28:46.000Z (8 months ago)
- Last Synced: 2024-12-26T13:46:36.376Z (about 1 month ago)
- Topics: backport, forge, minecraft, minecraft-forge, minecraft-mod, mod
- Language: Java
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```