mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-06 02:14:58 +01:00
Fix formatting yet again
This commit is contained in:
parent
2f1ae67cba
commit
65d9152666
1 changed files with 3 additions and 2 deletions
|
@ -176,7 +176,8 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
|
||||||
if (onBasin())
|
if (onBasin())
|
||||||
applyOnBasin();
|
applyOnBasin();
|
||||||
|
|
||||||
if (level.getBlockState(worldPosition.below(2)).getSoundType() == SoundType.WOOL)
|
if (level.getBlockState(worldPosition.below(2))
|
||||||
|
.getSoundType() == SoundType.WOOL)
|
||||||
AllSoundEvents.MECHANICAL_PRESS_ACTIVATION_ON_BELT.playOnServer(level, worldPosition);
|
AllSoundEvents.MECHANICAL_PRESS_ACTIVATION_ON_BELT.playOnServer(level, worldPosition);
|
||||||
else
|
else
|
||||||
AllSoundEvents.MECHANICAL_PRESS_ACTIVATION.playOnServer(level, worldPosition, .5f,
|
AllSoundEvents.MECHANICAL_PRESS_ACTIVATION.playOnServer(level, worldPosition, .5f,
|
||||||
|
|
Loading…
Reference in a new issue