Sounds
There also exists different types of sounds but they're so similiar that they are all made with one method (similar to how textures work)
Note: Don't forget to also register your sound with <sound event register>.register("<some name>", () -> new SoundEvent(new ResourceLocation("<mod id>", "<file name without the .ogg>")));
Last updated