Guest User

PlayIceCreamMakerSound

a guest
May 15th, 2015
508
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.     public static boolean playIceCreamMakerSound() {
  2.        
  3.         Minecraft.getMinecraft().getSoundHandler().playSound(PositionedSoundRecord.create(new ResourceLocation(Reference.MOD_ID + ":" + "sounds/ice_cream_maker.ogg")));
  4.        
  5.         return true;   
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment