April Fools' Day jokes: Difference between revisions

Updated the details about the 2025 Minecraft Launcher to be less speculative and more detailed. Could definitely be cleaned up more with less technical wording if anyone is up for it.
(Updated the details about the 2025 Minecraft Launcher to be less speculative and more detailed. Could definitely be cleaned up more with less technical wording if anyone is up for it.)
Line 286:
[[File:Launcher Leveling System.png|thumb|The Launcher Leveling System in the launcher.]]
[[File:Launcher Skills.png|thumb|Launcher Skills.]]
The Minecraft Launcher Levelinghas Systembeen isupdated with a progressnew bar"skill" system, akin to that willof updatean everyRPG timegame, youwhere moveany theuser cursorinteraction onincreases thetheir launcherExp orPoint clickcount. atThese any"skills" buttoncan onbe thetoggled launcher,under afterthe your"Select levelSkill" ismenu up,and youapply canvarious accessmodifiers to variousthe launcher skillsitself. inThe higher your level, the skillmore menuskills you unlock.
 
The launcher is capped at level 30, after which you're unable to gain any more experience points. It is possible to set a higher level (Up to level 9001, which in itself is a reference to [[w:It's_Over_9000!|"'''It's Over 9000!'''"]]) by editing the properties in the JSON file. Functionally this does not unlock anything else and anything over level 30 defaults to level "LAUNCHER HACKER", while any level over 9001 automatically rolls back to level 0.
The maximum level of the Launcher Leveling System is 9,001, but you can only upgrade legitimately up to level 30. The values of the launcher levels are saved in appdata/roaming/.minecraft/launcher_prefs.json, where there are two variables, "currentExperiencePointsPleaseDontHackThis" : 100,
 
You can change these properties inside the '''launcher_prefs.json''' located within your .minecraft folder:<syntaxhighlight lang="json">
  "currentLauncherLevelPleaseDontHackThis" : 30, where you can modify the in a text editor. The level can be put to 9001, but if you put the wrong value for the current experience points, the launcher will show on the bottom "Launcher Hacker:9001" The correct values of experience points has not been found yet.
"currentExperiencePointsPleaseDontHackThis": number, // (Current XP Count within Level)
 
"currentLauncherLevelPleaseDontHackThis": number, // (Current Level)
These joke features can be toggled on or off by toggling the ''"Launcher Leveling System"'' checkbox in the launcher settings.
"enabledSkills": string[], // (Currently Applied "skills" to the launcher)
"formatVersion": number,
"version": number
</syntaxhighlight>These joke features can be toggled onwithin orthe off bysettings togglingusing the ''"Launcher Leveling System" toggle.'' checkbox in the launcher settings.
 
==== April Fools Snapshot ====