Jump to content

Base code editing


Script_Coded

Recommended Posts

Hello fellow Minecrafters!

I've been sitting at my computer the whole night programming some simple modifications. As some of them partially were in the main menu, I decided to edit the base code by copying it to the src. It all worked fine util I compiled it. Even though the files were included in the jar they didn't load, and when I tried to add them manually to the forge jar it didn't work either.

I know, I know - I should program a real mod, but as I'm not having any thoughts about releasing it - I'm just going to use it on my client - I thought it would be okay to edit the base files.

Anybody have any idea why this doesn't work or any workaround?

Thank you,

Script_Coded

Link to comment
Share on other sites

Forge will ONLY run on clean version of MC.

Using Forge = only base edits you can do is ASM/Reflection.

If you want to make a private mod you can simply setup an MCP without forge, but then it will be not compatybile with Forge (obviously).

1.7.10 is no longer supported by forge, you are on your own.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

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