Skip to content

Using source in Eclipse

ExplodingBottle edited this page Jul 20, 2021 · 2 revisions

Using source in Eclipse

This is a really simple thing to do.
Just create a project. You can choose any name, it won't change the behavior.
Uncheck Use default location and put the path of the eclipse folder of MCMT. Then, don't click finish, but next. Then go to the libraries tab and press Add External JARs.

Then select each files in the libraries folder of the MCMT folder.

Then press finish.

Testing

To test your project, you need to go to the io.github.ascpialgroup.mcmt.Start class and press the Run button of Eclipse.

Clone this wiki locally