Translations:45 Strafe/25/en

From Minecraft Parkour Wiki
Revision as of 12:53, 26 August 2021 by FuzzyBot (talk | contribs) (Importing a new version from external source)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

float movementFactor;

   if (this.onGround)
       movementFactor = this.landMovementFactor * acceleration;
       /* base: 0.1; x1.3 if sprinting, affected by potion effects. */