Tutorial talk:See Minecraft's code

From Minecraft Wiki
Latest comment: 23 November 2025 by Outrowed in topic Feedback (Sat, 01 Nov 2025 08:33:07 UTC)
Jump to navigation Jump to search

Only half the story?

[edit source]

This covers the FSF-style "if it's readable, I shall read it" tactics. But there's another way to get at the source, which is to get a license from Mojang like the modders do... there should be a section on how to do that. --MentalMouse42 (talk) 15:58, 25 July 2021 (UTC)Reply

Feedback (Sat, 01 Nov 2025 08:33:07 UTC)

[edit source]
Resolved
Minecraft released a article saying they will make a snapshot deobfuscated --FeedbackBot 08:33, 1 November 2025 (UTC)Reply
That's cool, but while the game might be deobfuscated, they are still compiled in Java bytecode, and thus need to be decompiled by this tutorial. We may need to update some information about the obfuscation aspect. The game's deobfuscation-by-default also means they wont release new obfuscation map for new releases. Outrowed (talk) 10:59, 1 November 2025 (UTC)Reply
This is pretty much resolved since the "Mount of Mayhem" clarification added in the article. Outrowed (talk) 13:48, 23 November 2025 (UTC)Reply

Feedback (Sat, 22 Nov 2025 19:05:29 UTC)

[edit source]
Resolved
"On the terminal, the JAR file can be run using Java by typing the following command:

Linux

Windows (Command Prompt)" no option for mac? --FeedbackBot 19:05, 22 November 2025 (UTC)Reply
I think as Mac's Darwin (XNU) kernel is also Unix-like, the Linux command probably also works for Mac. I'm not sure though. --MinecraftExp123(talk|contribs) 02:31, 23 November 2025 (UTC)Reply
They do work for macOS. For technicalities, macOS uses Z shell for their command interpreter. I have tested it for Bash and Z shell on Linux (Z shell on Linux is equivalent for macOS too). Outrowed (talk) 13:47, 23 November 2025 (UTC)Reply