Posted March 8, 201411 yr Hello. I want to make a mod where the time between when the background music becomes shorter. Is there a way to do this? Thanks in advance, starwarsmace I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
March 8, 201411 yr Hi It looks like you can probably overwrite MUSIC_INTERVAL in SoundManager to shorten the interval between songs. Minecraft.getMinecraft().sndManager.MUSIC_INTERVAL -TGG
March 9, 201411 yr Author Hi It looks like you can probably overwrite MUSIC_INTERVAL in SoundManager to shorten the interval between songs. Minecraft.getMinecraft().sndManager.MUSIC_INTERVAL -TGG Thank you but where might I do this? I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
March 9, 201411 yr Author Never mind I just put this in my preinit and it worked net.minecraft.client.audio.SoundManager.MUSIC_INTERVAL=1000; I'm back from being gone for... I think its been about a year. I'm pretty sure nobody remembers me, but hello anybody who does!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.