Translations:Sneaking/16/zh: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 June 2022

23 June 2022

  • curprev 07:2107:21, 23 June 2022Pjx1314 talk contribs 381 bytes +381 Created page with "//check for furthest ground under player in the X axis (from initial position) while(dX != 0.0D && getCollidingBoundingBoxes(this.boundingBox.offset(dX,-1,0)).isEmpty()) { if (dX < increment && dX >= -increment) dX = 0.0D; else if (dX > 0.0D) dX -= increment; else dX += increment;"