mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-11 12:55:00 +01:00
undo my unnecessary change
This commit is contained in:
parent
e62d0400f3
commit
f62a72e38c
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ public class PressingBehaviour extends BeltProcessingBehaviour {
|
||||||
float speed = specifics.getKineticSpeed();
|
float speed = specifics.getKineticSpeed();
|
||||||
if (speed == 0)
|
if (speed == 0)
|
||||||
return 0;
|
return 0;
|
||||||
return (int) Mth.lerp(Mth.clamp(Math.abs(speed) / 512f, 0, 1), 0, 60);
|
return (int) Mth.lerp(Mth.clamp(Math.abs(speed) / 512f, 0, 1), 1, 60);
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void spawnParticles() {
|
protected void spawnParticles() {
|
||||||
|
|
Loading…
Reference in a new issue