Posted February 8, 201510 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, 201510 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, 201510 yr Author @Override protected String getLivingSound() { return "lecapria:bee_idle"; } This is the code I'm working with. Not playSoundAtEntity
February 8, 201510 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.