Extract Source Code

Started by Libroru on

Topic category: Help with MCreator software

Active 3 years ago
Joined Apr 2018
Points:
710

User statistics:

  • Modifications: 0
  • Forum topics: 6
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3
Extract Source Code

Hey, I wanted to know how to extract source code so that other people can edit it! Can someone help me? Thanks

 

 

- Alex

Active 1 year ago
Joined Jan 2018
Points:
731

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 56
If you mean extracting the…
Mon, 07/16/2018 - 16:49

If you mean extracting the mod:

  1. Next to the play button, (on the right of it) click that and fill in
  2. Done :D

If you mean extract the source code:

  1. Next to 'TOOLS' there is 'CODE'. Go there
  2. On the left there is a list of all the mods you created. Double-Click on one.
  3. Click 'Edit without locking' when the popup shows.
  4. Copy and paste the code -- From here you can either send the code with pastebin. To send as a file, continue.
  5. Put the code into a text editing software (Notepad, Notepad++..)
  6. Click Save as (Follow the next steps very carefully)
  7. Under the place where you can write your file name, click on the file type dropdown
  8. Select 'All types (*.*)'
  9. Save as anything.java

Hope this helps.