mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-11 12:55:00 +01:00
fix formatting
This commit is contained in:
parent
46a58da116
commit
0d0a1ec42f
1 changed files with 9 additions and 10 deletions
|
@ -267,8 +267,7 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
|
|||
|
||||
if (mode == Mode.BASIN)
|
||||
particleItems
|
||||
.forEach(stack -> makeCompactingParticleEffect(VecHelper.getCenterOf(worldPosition.below(2)),
|
||||
stack));
|
||||
.forEach(stack -> makeCompactingParticleEffect(VecHelper.getCenterOf(worldPosition.below(2)), stack));
|
||||
if (mode == Mode.BELT)
|
||||
particleItems.forEach(stack -> makePressingParticleEffect(VecHelper.getCenterOf(worldPosition.below(2))
|
||||
.add(0, 8 / 16f, 0), stack));
|
||||
|
|
Loading…
Reference in a new issue