Started by
v3NTF
on
Topic category: Help with Minecraft modding (Java Edition)
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
Topic category: Help with Minecraft modding (Java Edition)
With the new update, 2019.5, is there a way to fully export to eclispe without errors?
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
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!