Jump to content

[1.13.2] Eclipse I cant run client


nov4e

Recommended Posts

So I setup my workspace for 1.13.2 and all went good. Now if i click on "RUN", in eclipse, it sais that is nothing to run.

 

My main mod class cointains @Mod("modid")

 

After this I tried to look inro run configurations. I seen 2 configurations not displayed in the run button. I tried to rename the client one and the forge 1.13.2 minecraft loads but

it cant find the mod.

 

Any solutions?

Sorry for my eng.

Link to comment
Share on other sites

25 minutes ago, daruskiy said:

check the .toml file, you need to configure it correctly

I just removed some "optional" strings.

Here is the mods.toml

Spoiler

modLoader="javafml"
loaderVersion="[25,)"

issueTrackerURL="..."
displayURL="..."
logoFile="icon.png"

authors="Nov4e"

[[mods]]
modId="modid"
version="1.0"
displayName="ModID"

updateJSONURL="http://myurl.me/"

description='''
A mod that extends the features of the vanilla client adding client-side content.
'''

 

 

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.