Jump to content

[FIXED] I didn't know you were supposed to run the gradle task "runClient" (mcmod.info won't load)


Vipinx

Recommended Posts

UPDATE: I took the example project, ran the terminal-free intellij setup, and ran it with the minecraft client option, and it also did not recognize its mcmod.info file. Is it not supposed to, or have I done something wrong elsewhere?

UPDATE 2: It appears to work when I run the gradle task runClient in the foregradle group, but NOT when I run the run configuration forge/intellij created, MinecraftClient. To clarify, the only thing that ever didn't work was the mcmod.info loading.

UPDATE 3: It was just explained to me that you are in fact supposed to use the runClient gradle task, and that was the entire problem.

=========================================================================

 

I have followed the guide and the example mod file structure to the best of my ability, and everything seems to work fine EXCEPT for it's as if my mcmod.info file does not exist.

I am assuming I have had some error in my file structure but after looking around the example files and the internet for a while I have no idea what I have done wrong.

I am very inexperienced in actually organizing project files and have never used gradle before.

image.png.e6d473fce3adf13c35831ca447f0cb82.pngimage.png.86608bea8e569079c9713957051e1f86.pngimage.png.b0d61c2d3094f0d167d712a5399de3c8.pngimage.png.c8e6e1b692fbe92ac7881c1c5c9a780e.pngimage.png.85e431212aeb91a2a7e048254eb52a5d.png

Edited by Vipinx
Link to comment
Share on other sites

Quote

It was just explained to me that you are in fact supposed to use the runClient gradle task, and that was the entire problem.

Running 'MinecraftClient' works for me.  You probably just forgot to choose the module in the run configuration screen (halfway down).  Need to choose 'main' from the dropdown.

 

Did you get a specific error when you tried to run MinecraftClient configuration?

Link to comment
Share on other sites

8 hours ago, LegendLength said:

Did you get a specific error when you tried to run MinecraftClient configuration?

No, I never got any error, but the console did say that properties were not being found for my mod, and being replaced with defaults, more evidence that the mcmod.info was not being recognized. I thought I had in fact selected the 'main' module:

image.png.f3490b838df786ea8026a40bc80364ae.png

Link to comment
Share on other sites

  • 5 weeks later...

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.