Skip to content

Commit

Permalink
Update gamepedia links
Browse files Browse the repository at this point in the history
  • Loading branch information
misode authored Sep 26, 2023
1 parent 1c94727 commit d87e28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/experience.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function getXpRequired (level, toLevel) {

function getBaseXpFromLevel (level) {
// The equations in this function are stupid and directly from the MC Wiki
// http://minecraft.gamepedia.com/Experience#Leveling_up
// http://minecraft.wiki/w/Experience#Leveling_up
if (level <= 16) {
return level * level + 6 * level
} else if (level <= 31) {
Expand Down

0 comments on commit d87e28d

Please sign in to comment.