Translations:45 Strafe/25/zh

From Minecraft Parkour Wiki
Revision as of 04:08, 7 October 2021 by Pjx1314 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

float movementFactor;

   if (this.onGround)
       movementFactor = this.landMovementFactor * acceleration;
       /* landMovementFactor 基础情况下为 0.1,疾跑时×1.3,受药水效果影响。 */