Translations:45 Strafe/25/zh

From Minecraft Parkour Wiki
Revision as of 13:07, 26 August 2021 by Pjx1314 (talk | contribs) (Created page with "float movementFactor; if (this.onGround) movementFactor = this.landMovementFactor * acceleration; /* landMovementFactor 基础情况下为 0.1,疾跑时...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

float movementFactor;

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