Skip to content

Commit

Permalink
Fix formatting yet again
Browse files Browse the repository at this point in the history
  • Loading branch information
Shroopy committed Nov 27, 2024
1 parent 2f1ae67 commit 243d04a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ protected void spawnParticles() {
.add(0, 8 / 16f, 0), stack));
if (mode == Mode.WORLD)
particleItems.forEach(stack -> makePressingParticleEffect(VecHelper.getCenterOf(worldPosition.below(1))
.add(0, -1 / 4f, 0), stack));
.add(0, -1 / 4f, 0), stack));

particleItems.clear();
}
Expand Down

0 comments on commit 243d04a

Please sign in to comment.