Everlasting Music
No reviews yet
Makes Music not fade out after traveling some distance on Indev 20100223
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Everlasting Music
Thanks for checking out Everlasting Music! This Mod fixes a bug in Indev 20100223 that makes Music fade out after traveling some distance from where it started to play.
How does this work?
The reason for Music fading out is because of the Distance Falloff value for starting the Music being too low.
this.sndSystem.newStreamingSource(true, "BgMusic", ... 2, /* This value right here --> */ 32.0F);
To fix this, this Mod changes the value to 1.0 / 0.0, which in Java turns into Positive Infinity.
this.sndSystem.newStreamingSource(true, "BgMusic", ... 2, (float)(1.0 / 0.0));
Why can't I install this like any other Mod?
This is a Jarmod. A type of mod that directly changes Minecraft's classes through unzipping the Minecraft Jar and putting in the modified class files and zipping it back into a Jar again. If you don't understand, look up how to do it.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources