Posted February 8, 201511 yr How would you go about making custom added sounds and songs a lower volume. My bees are as loud as an airplane engine lol
February 8, 201511 yr How would you go about making custom added sounds and songs a lower volume. My bees are as loud as an airplane engine lol ย world.playSoundAtEntity(entity, sound, volume, pitch); Seriously, read the JavaDocs.
February 8, 201511 yr Author @Override ย ย protected String getLivingSound() ย ย { ย ย ย ย return "lecapria:bee_idle"; ย ย } This is the code I'm working with. Not playSoundAtEntity
February 8, 201511 yr @Override ย ย protected String getLivingSound() ย ย { ย ย ย ย return "lecapria:bee_idle"; ย ย } This is the code I'm working with. Not playSoundAtEntity ย Oh this is for an entity. The only way around that is to actually change the volume of the sound. Open it up in Audacity or something and modify it from there.
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.