All my sounds load but how would i play them? I use this method below:
world.playSoundAtEntity(entityplayer, customSound, 1F, 1F);
Once the sound is loaded into the sound pool, shouldnt it just play if i use "customSound" ? Or do you think it would work if i make a custom folder like "random.arrow"? Kinda lost here, would be great for a little advice .