Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @Override
- public ActionResult<ItemStack> onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn, EnumHand hand)
- {
- worldIn.playSound(playerIn, null, testmod.phoneNoise, SoundCategory.RECORDS, 20.0f, 20.0f);
- return new ActionResult(EnumActionResult.PASS, itemStackIn);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement