Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (!this.worldObj.isRemote)
- {
- TargetPoint target = new TargetPoint(0, this.xCoord, this.yCoord, this.zCoord, 20);
- PacketHandler.INSTANCE.sendToAllAround(new MessagePlayingSound(this.xCoord, this.yCoord, this.zCoord, this.sound), target);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement