Mcreator to eclipse ?

Started by Parzivalxx on

Topic category: Help with MCreator software

Active 6 years ago
Joined Jul 2018
Points:
687

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
Mcreator to eclipse ?

Hello everyone, I've been developing a Minecraft mod with Mcreator for about 2 years and then I learned java very well and I use eclipse as an IDE. I wanted to know how to export all my Mcreator work to put it as a priject in Eclipse so that I don't lose everything I've done.

Thank you for your understanding,
Sincerely,
Parzivalxx

Active 3 years ago
Joined Nov 2018
Points:
965

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 539
If you are good with java…
Sat, 12/15/2018 - 22:10

If you are good with java please tell me how to make a block independent variable.

Active 6 months ago
Joined Jan 2016
Points:
949

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
i would like help with this…
Tue, 10/15/2019 - 22:54

i would like help with this as well

Active 2 hours ago
Joined Aug 2016
Points:
3228

User statistics:

  • Modifications: 9
  • Forum topics: 63
  • Wiki pages: 20
  • MCreator plugins: 11
  • Comments: 2773
I think that if you just go…
Wed, 10/16/2019 - 00:27

I think that if you just go take the folder Sources (or something like that), you will able to get your code and other files.

Active 6 months ago
Joined Jan 2016
Points:
949

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
my code is now broken though 
Sat, 05/02/2020 - 03:54

my code is now broken though 

Active 6 months ago
Joined Jan 2016
Points:
949

User statistics:

  • Modifications: 0
  • Forum topics: 32
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 155
You can now do this with the…
Mon, 05/04/2020 - 18:34

You can now do this with the github function. It is super useful this way!

You can open the MCreator…
Tue, 05/05/2020 - 19:01

You can open the MCreator project as any other Gradle project in Eclipse.

Active 3 years ago
Joined Nov 2019
Points:
869

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 358
i've never used eclipse ide…
Wed, 11/18/2020 - 02:33

i've never used eclipse ide before. the only java coding i've ever done was in mcreator lol.

so do you have any documentation or details for importing and building an existing mcreator project in eclipse IDE?

Not really, but if you go…
Wed, 11/18/2020 - 08:25

Not really, but if you go this route, I would recommend IDEA, not Eclipse

Active 3 years ago
Joined Nov 2019
Points:
869

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 358
cool, just installed idea…
Wed, 11/18/2020 - 10:25

cool, just installed idea community edition. how do i import an existing mcreator project? do i get it from an exported zip or grab it directly from the active workspace folder?

Active 3 years ago
Joined Nov 2019
Points:
869

User statistics:

  • Modifications: 0
  • Forum topics: 8
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 358
it seems quite complicated…
Wed, 11/18/2020 - 13:28

it seems quite complicated. do i have to import all the external libraries manually?

Active 2 years ago
Joined Feb 2023
Points:
302

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Yes, I used to do it in …
Wed, 02/08/2023 - 14:16

Yes, I used to do it in (Forge) Minecraft 1.12. I download eclipse and forge mdk and setup a workspace; after that, I move all the files and folders to another direction and then create a MCreator's project in that previous direction. After I've done the MCreator project, I copy all the files and folders except for the "gradle" and "src" folders, and I make sure to keep the ".mcreator" extension file. Then you can use both Eclipse and MCreator to create one mod. In my last check in July 2022, I used the archived version of MCreator 1.9.1 and Eclipse Mars R, and since it's (the API) not supporting that version anymore, you couldn't run the mod in the simulator of MCreator, but you can still export the mod and test it in Minecraft without any problems.