Jump to content

FMLTweaker not found


juli0

Recommended Posts

Hey guys, I have edited my mod and everything, however when I go to run the client it says that the class 'FMLTweaker' was not found, even though it is.

Here is a screenshot of the error

dc50d90b6b58888937f356217fd60302.png

 

Screenshot of the whole project

95d2932b497f8bfd3526bd13607dc3e3.png

 

Screenshot of my configurations

e63727c96da1b4124b69cb1b120972d2.png

 

Help is very appreciated, thanks!

Link to comment
Share on other sites

You've used the pre-1.8 FML namespace (

cpw.mods.fml

) instead of the 1.8+ namespace (

net.minecraftforge.fml

).

 

Why are you running the

Launch

class instead of the

GradleStart

class? Using the latter should automatically provide the necessary command line arguments for you, so you don't need to manually specify the version, tweaker or access token.

 

If you run the

genIntelliJRuns

Gradle task with IDEA closed, it should generate the run configurations for you.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

If you run the
genIntelliJRuns

Gradle task with IDEA closed, it should generate the run configurations for you.

You don't need to close it ;)

 

Really? I haven't been able to generate runs from IDEA's Gradle window with the project open (even after refreshing the project), but generating them from the command line without the project open seems to work for me.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

I had to manually synchronise the project (rather than refresh it from the Gradle window) to get the reload popup to appear. Thanks for the tip.

Please don't PM me to ask for help. Asking your question in a public thread preserves it for people who are having the same problem in the future.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.