Skip to content

Instantly share code, notes, and snippets.

@MrBluePotato
Created February 1, 2014 05:39
Show Gist options
  • Save MrBluePotato/8748452 to your computer and use it in GitHub Desktop.
Save MrBluePotato/8748452 to your computer and use it in GitHub Desktop.
// resource download thread
minecraft.sound.registerSound(new File(fireworksFolder, "blast1.ogg"), "fireworks/blast1.ogg");
// minecraft.java
level.playSound("fireworks.blast1", xCoord, yCoord, zCoord, Volume + 1.0F, 1.0F);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment