Skip to content

Commit

Permalink
Rename RandomSource.triangle arguments (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sleepy-Horse authored Nov 9, 2024
1 parent d666128 commit de521f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/net/minecraft/util/RandomSource.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ CLASS net/minecraft/util/RandomSource
METHOD setSeed (J)V
ARG 1 seed
METHOD triangle (DD)D
ARG 1 min
ARG 3 max
ARG 1 center
ARG 3 maxDeviation

0 comments on commit de521f8

Please sign in to comment.