Skip to content

Fix parameter reorder of Mth.clampedLerp#346

Open
layou233 wants to merge 1 commit intoParchmentMC:versions/1.21.xfrom
layou233:versions/1.21.x
Open

Fix parameter reorder of Mth.clampedLerp#346
layou233 wants to merge 1 commit intoParchmentMC:versions/1.21.xfrom
layou233:versions/1.21.x

Conversation

@layou233
Copy link
Copy Markdown

@layou233 layou233 commented Jan 16, 2026

Parameters of Mth.clampedLerp (including 2 overloads) has been reordered since 1.21.11, as described in the NeoForge Primer and verified through the decompiled source code.

The original order: (start, end, delta)

Now (1.21.11): (delta, start, end)

Behavior of this function remains unchanged.

@layou233 layou233 requested a review from a team as a code owner January 16, 2026 17:57
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 16, 2026

CLA assistant check
All committers have signed the CLA.

@PiTheGuy PiTheGuy added bug An error, misspell, incorrect information, or other issue mappings Changes to the mapping data minor changes Minor changes 1.21.x For Minecraft 1.21.x labels Jan 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.21.x For Minecraft 1.21.x bug An error, misspell, incorrect information, or other issue mappings Changes to the mapping data minor changes Minor changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants