We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ab65c9 + 99eba9a commit e46b68bCopy full SHA for e46b68b
src/minecraft/commands/fairysoulsCommand.js
@@ -29,7 +29,7 @@ class FairySoulsCommand extends minecraftCommand {
29
30
const { username, profile, profileData } = await getLatestProfile(player);
31
32
- const total = profileData.game_mode === "island" ? 5 : 248;
+ const total = profileData.game_mode === "island" ? 5 : 253;
33
const fairy_soul = profile.fairy_soul;
34
this.send(`${username}'s Fairy Souls: ${fairy_soul.total_collected} / ${total} | Progress: ${((fairy_soul.total_collected / total) * 100).toFixed(2)}%`);
35
} catch (error) {
0 commit comments