Help to all Users on Macbook/iMac platforms

Started by NaiduBoys on

Topic category: Help with MCreator software

Last seen on 04:38, 22. Oct 2020
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help to all Users on Macbook/iMac platforms
Mon, 05/28/2018 - 06:48 (edited)

How to Use MC Creator 1.7.9 and 1.7.8

This is not a request but a tutorial

Now there has been a lot of problems with mc creator on mac. Whenever you try opening the .jar file it crashes, so here is the best way to fix it

This is done using the 64 bit version

1.Download MC Creator 1.7.9  and drag it to your desktop (make sure you java 8 or above)

2. Open up Automator (it should be there in launchpad)

3. Click New Document then Application

4.Search up run and click Run Shell Script

5.Drag it to where it says to.

6. In the shell box put in this code (this sets the default jdk to 1.8)

export JAVA_HOME=`/usr/libexec/java_home -v 1.8`

7. Put in the code below and change the code so that yournamehere is the user you are on (this allows automator to access the file)

cd /Users/yournamehere/Desktop/MCreator\ 1.7.9\ \[1.12.2\]\ Mac-Linux\ 32-64bit 

8. Then also add this code (this actually opens MC Creator)

java -jar mcreator.jar

9.Save the Automator file where ever you want

10. When you want to use MC Creator Open your newly made Automator Application (NOT Automator its self)

 

And there you have it folks! Now you can use MC Creator without a hassle!

Hope this helped!

Edited by NaiduBoys on Mon, 05/28/2018 - 06:48
Last seen on 14:28, 6. Aug 2019
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey, I just tried this out…
Sat, 08/04/2018 - 19:22

Hey, I just tried this out but I've never used Automator before. How do I separate the three codes? It doesn't when I separate them by lines. Please respond soon.

Last seen on 14:28, 6. Aug 2019
Joined Nov 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I looked it up and figured…
Sat, 08/04/2018 - 19:27

I looked it up and figured it out but now it just says: The action “Run Shell Script” encountered an error.

Last seen on 02:15, 7. Jul 2020
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you!!!!!!!! this…
Mon, 10/01/2018 - 23:51

Thank you!!!!!!!! this helped me SOOOOOOO much.