Started by
gustavowizard123
on
Topic category: Help with MCreator software
Hey guys, first off awesome job with this Mcreator version!
On 2021, i cant edit anymore the Sound Volume for Entities (custom sound) in the code.. this is the new sound code part:
@Override
public net.minecraft.util.SoundEvent getAmbientSound() {
return (net.minecraft.util.SoundEvent) ForgeRegistries.SOUND_EVENTS.getValue(new ResourceLocation("wizard_animals_plus:otter_ambient"));
}
how do i change that 'getValue' variable there?
Thanks!
really? no suport on this? its like a major thing something like the volume of the sounds we add... :(
Why are you even making sounds with custom code? You can make them with procedures which are much simpler and easier to understand.
dude it makes no difference at all, you cant change the volume on the procedure assemblement, only in-code...
im talking about a Entity btw... when you create the entity you set the sounds there, not on procedures..
you could change the volume on all previous Mcreator versions on the code, except this one, i mean there prb is a way i just dont know how