Improve machine sound
This commit is contained in:
parent
6995f42924
commit
b803f1762a
2 changed files with 3 additions and 4 deletions
|
@ -66,10 +66,9 @@ public class ModSounds {
|
|||
|
||||
@Override
|
||||
public void playSound(boolean firstRun, TileEntity tileEntity) {
|
||||
//TODO find a loopable sound
|
||||
// tileEntity.getWorld().playSound(null, tileEntity.getPos().getX(), tileEntity.getPos().getY(),
|
||||
// tileEntity.getPos().getZ(), ModSounds.MACHINE_RUN,
|
||||
// SoundCategory.BLOCKS, 0.1F, 1F);
|
||||
tileEntity.getWorld().playSound(null, tileEntity.getPos().getX(), tileEntity.getPos().getY(),
|
||||
tileEntity.getPos().getZ(), ModSounds.MACHINE_RUN,
|
||||
SoundCategory.BLOCKS, 0.1F, 1F);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue