neoforged / MDK

The Mod Developer Kit - this is where you start if you want to develop a new mod
https://github.com/NeoForgeMDKs
183 stars 60 forks source link

Removed mention of resolved issue. #36

Closed tmvkrpxl0 closed 5 months ago

tmvkrpxl0 commented 6 months ago

On my previous PR(#17) Issue regarding run config was mentioned. However *ideBeforeRun tasks are not visible on Eclipse, so no one actually can run it. And it did not specify task names are prepended by run config names such as clientIdeBeforeRun I deleted .classpath .eclipse .project .settings from MDK and reimported it on Eclipse and run config worked without runClient task. Although preprocessor didn't ran, so I pulled my other mod's toml. but it was not related to the pointed out issue. Can anybody else also test it out as well?

Technici4n commented 6 months ago

You need to use a run group instead of a run in eclipse.

tmvkrpxl0 commented 6 months ago

Oh, it should be mentioned as well then.

Technici4n commented 6 months ago

Dewit