Make the machines louder so you can actually hear them. Fixes #1755
This commit is contained in:
parent
2415040add
commit
ac2e224afe
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ public class ModSounds {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
world.playSound(null, blockEntity.getPos().getX(), blockEntity.getPos().getY(),
|
world.playSound(null, blockEntity.getPos().getX(), blockEntity.getPos().getY(),
|
||||||
blockEntity.getPos().getZ(), ModSounds.MACHINE_RUN, SoundCategory.BLOCKS, 0.1F, 1F);
|
blockEntity.getPos().getZ(), ModSounds.MACHINE_RUN, SoundCategory.BLOCKS, 1F, 1F);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue