Export to eclipse

Started by v3NTF on

Topic category: Help with modding (Java Edition)

Last seen on 14:15, 24. Sep 2022
Joined May 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Export to eclipse
Sun, 11/10/2019 - 10:14 (edited)

With the new update, 2019.5, is there a way to fully export to eclispe without errors?

Edited by v3NTF on Sun, 11/10/2019 - 10:14
Do not address forum topics…
Sun, 08/16/2020 - 07:59

MCreator workspaces are gradle workspaces so they work with eclipse (or IDEA) out of the box. If you do not know how to setup gradle project, learn Java basics first

Last seen on 05:39, 24. Apr 2024
Joined Jan 2016
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Buddy I would ask you not to…
Sun, 08/16/2020 - 03:07

Buddy I would ask you not to pester our devs with questions such as this because they are very busy. However, I will help you out. 

Mcreator is a workspace almost exactly the same as eclipse, idea, etc. You can just export the contents and then import them to your eclipse workspace, and the only work you would have to do is perhaps settings up github.

You can also just setup a remote workspace and pull from github using git in eclipse

There has always been a way to export to eclipse without errors, and if there are errors it should only be scope errors because maybe you moved to the wrong part. 

Hoped this helped! Have a nice day!