MCreator - Older versions archive

Started by Andrew2016TYT on

Topic category: Help with MCreator software

Joined Mar 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
MCreator - Older versions archive
Mon, 12/12/2022 - 13:25 (edited)

Unfortunately, older MCreator versions were deleted from Pylo servers. But if you need to get an old MCreator version, you can use this archive.
https://drive.google.com/drive/folders/1gGzmUg11aOApf8TIC86VC1WS91xPwFUu

 

Versions:

EAP 2020.4 b30417 (1.14.4 / 1.15.2) [  ZIP (WIN x32) / ZIP (WIN x64) / TARGZ (LINUX x32) / TARGZ (LINUX x64) / DMG x64 ]

EAP 2020.4 b25621 (1.14.4 / 1.15.2) [  ZIP (WIN x32) / ZIP (WIN x64) / TARGZ (LINUX x32) / TARGZ (LINUX x64) / DMG x64 ]

EAP 2020.3 b16610 (1.14.4 / 1.15.2) [  ZIP (WIN x32) / ZIP (WIN x64) / TARGZ (LINUX x32) / TARGZ (LINUX x64) / DMG x64 ]

EAP 2020.2 b12518 (1.12.2 / 1.14.4) [  ZIP (WIN x32) / ZIP (WIN x64) / TARGZ (LINUX x32) / TARGZ (LINUX x64) / DMG x64 ]

2020.1 (1.12.2 / 1.14.4) [ ZIP (WIN x64) ]

1.9.1 (1.12.2) [ EXE x32 / EXE x64 / ZIP (WIN x64) ]

1.9.0 (1.12.2) [ TARGZ (LINUX x32) / TARGZ (LINUX x64) / DMG x64 ]

1.8.3 (1.12.2) [ RAR (WIN x64) ] - Already Installed!

1.8.2 (1.12.2) [ ZIP (WIN x64) / ZIP (JAR) ]

1.8.1 (1.12.2) [ RAR (WIN x64) ]

1.7.9 (1.12.2) [ RAR (WIN x32) ]

1.7.7 (1.12.2) [ EXE x32 ]

1.7.5 (1.11.2) [ EXE x32 / EXE x64 / ZIP (JAR) ]

1.7.3 (1.7.10) [ EXE x64 ]

1.7.2 (1.7.10) [ EXE x64 / ZIP (JAR) ]

1.7.1 (1.10.2) [ EXE x32 / EXE x64 / ZIP (JAR) ]

1.7.0 (1.10.2) [ RAR (WIN) ]

1.6.9 (1.9.4) [ EXE x32 / EXE x64 / ZIP (JAR) ]

1.6.5 (1.8.9) [ ZIP (WIN x32) ]

1.6.4 (1.8) [ ZIP (WIN) ]

1.6.3 (1.7.10) [ ZIP (WIN) ]

1.6.1 (1.8.8) [ ZIP (WIN x32) ]

1.6.0 (1.8) [ ZIP (WIN) ]

1.5.9 (1.7.10) [ RAR (WIN) ] - Already Installed!

1.5.5 (1.7.10) [ EXE / ZIP (WIN) ]

1.4.9 (1.7.2) [ EXE ]

1.4.6 (1.7.2) [ EXE ]

1.4.5 (1.7.2) [ EXE ]

1.4.3 ALPHA (1.7.2) [ ZIP (WIN) ]

1.4.2 (1.6.4) [ ZIP (WIN) ]

1.4.0 (1.6.4) [ ZIP (WIN) ]

1.3.7 (1.6.4) [ ZIP (WIN) ]

1.3.5 (1.6.2) [ ZIP (WIN) ]

1.2.9 (1.5.2) [ ZIP (WIN) ]

1.1.9 (1.4.9) [ ZIP (WIN) ]

 

(last upd: 12/12/2022)

 

You can use this to get more info about these versions.
http://web.archive.org/web/20170916180734/https://mcreator.pylo.co/download/old

If you have an old MCreator version that isn't in this list, please upload it to any cloud (I used Google Drive) and write the share link below.

Edited by Andrew2016TYT on Mon, 12/12/2022 - 13:25
Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I've been trying for a while…
Mon, 03/10/2025 - 20:20

I've been trying for a while now using various tools like jd-gui and recaf but unfortunately I have no idea what I'm doing. The closest I've gotten to sort of figuring it out is trying to edit the bytecode but I also have no idea what to do there. What decomp software did you use? And also, should I just decomp the specific file (NewSetup, in this case) or everything?

Joined Jan 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Unfortunately, it is…
Mon, 03/10/2025 - 20:32

Unfortunately, it is necessary to know Java programming to understand the code and be able to make changes. The debugger does not make the code user-friendly. It is necessary to do several debugs and environment configurations in the IDE. If I am not mistaken, at the time I used JD-GUI.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I see, thanks for the help…
Mon, 03/10/2025 - 20:54

I see, thanks for the help. I guess I'll go and figure out how java works and try and see if I can somehow figure out a solution, and if not I'll just do my mod the old fashioned way. Have a nice day.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Okay, I have figured out a…
Thu, 03/13/2025 - 19:47

Okay, I have figured out a method that works without having to go through all the hoops of disassembly and fixing a million bugs, this might not work for all old versions but here goes:
Step 1: Go to the forge site for your respective version and download the Src file from there (it is a zip file)

Step 2: Put that file in the MCreator/res/patches folder and rename it to minecraftforge_src

Step 3: Unzip that file in a way that it should end up like this: patches/minecraftforge_src/forge

Step 4: Go to MCreator/user folder and look for a file called is.setup, open that file with your text editor of choice. You will notice that the file only has the word "yes" in it. Replace that with a "no".

Step 5: Disconnect your computer from the internet and start the program with either START.BAT or the executable. You can connect back to the internet once the message about not being able to connect to Pylo/MCreator servers appears.

 

And that should be it, you can now use the old versions of MCreator. Though after figuring out all this mess I realized they are REALLY bad and it might just be faster and easier to make my mod the traditional way. I still hope this helps whoever may need it though. Have a good one.

Joined Feb 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I want to use 1.7.3, but it…
Thu, 04/10/2025 - 21:02

I want to use 1.7.3, but it crashes on export and gradle tasks don't work.