Posted February 16, 20196 yr 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.
February 16, 20196 yr Author 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. '''
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.