Skip to content

Commit

Permalink
Update Minecraft wiki link to new domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Spongecade authored and C10udburst committed Nov 14, 2023
1 parent 3119a91 commit fb2be95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/anticope/rejects/utils/seeds/Seeds.java
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public Seeds fromTag(NbtCompound tag) {
return this;
}

// https://minecraft.fandom.com/wiki/Seed_(level_generation)#Java_Edition
// https://minecraft.wiki/w/Seed_(level_generation)#Java_Edition
private static long toSeed(String inSeed) {
try {
return Long.parseLong(inSeed);
Expand Down

0 comments on commit fb2be95

Please sign in to comment.