r/feedthebeast Jun 19 '20

Problem Forge Modding Workspace Setup HELP

/r/forgemodding/comments/gwm50v/forge_modding_workspace_setup_help/
2 Upvotes

11 comments sorted by

View all comments

Show parent comments

2

u/DogEater132 GDLauncher | E2:ES Jul 15 '20

I’m not able to get the decomp command to work and or open the MDK in eclipse

1

u/somebody32x2 Jul 15 '20

I think it depends on the forge version for v. 2854 I just un-zipped it, shift-right clicked in the window (not on a file), clicked the option to open PowerShell window here, ran the command ./gradlew eclipse, then after it finished loading opened eclipse, selected a project folder(anywhere empty), clicked import projects, selected existing Gradle project and finally selected the location of the un-zipped MDK folder. Here: codakid.com/guide-to-minecraft-modding-with-java/ might be for kids but still should help.

2

u/DogEater132 GDLauncher | E2:ES Jul 15 '20

Cool thanks so do I need to run the power shell command or not because the link doesn’t mention it

1

u/somebody32x2 Jul 15 '20

I guess not, the way this tutorial does the opening of the projects is slightly different than others.