Jump to content

Failed to launch my mod...


WaitingToCompile

Recommended Posts

I'm new to forge modding, so following tutorials I made a mod that added one block. It worked fine in the MCP test client, but when I put it in my actual .minecraft it just threw an error at me. I've checked and all of my code seems correct, could someone point me in the right direction please?

 

My sources and error log can be found here http://www.mediafire.com/?hd3cl3d76y599p2

Link to comment
Share on other sites

Your common proxy link is wrong:

@SidedProxy(clientSide="mods.edken.warpedchaos.client.ClientProxy", serverSide="tutorial.generic.CommonProxy")

 

It must be:

@SidedProxy(clientSide="mods.edken.warpedchaos.client.ClientProxy", serverSide="mods.edken.warpedchaos.CommonProxy")

Don't ask for support per PM! They'll get ignored! | If a post helped you, click the "Thank You" button at the top right corner of said post! |

mah twitter

This thread makes me sad because people just post copy-paste-ready code when it's obvious that the OP has little to no programming experience. This is not how learning works.

Link to comment
Share on other sites

[ForgeModLoader] Found a duplicate mod wrpchs at [C:\Users\Edward\AppData\Roaming\multiMC\instances\ModTest\.minecraft\mods\edken, C:\Users\Edward\AppData\Roaming\multiMC\instances\ModTest\.minecraft\mods\warpedchaos,

C:\Users\Edward\AppData\Roaming\multiMC\instances\ModTest\.minecraft\mods\0.1.0.zip]

You have your mod int he mods folder 3 times... why?

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.