Jump to content

Recommended Posts

Posted

No.

Pick the mod you want to take a look at the source of and decompile it with MCP, forge, and modloader.

Don't try multiple mods at once, it makes it exponentially more complex.

Some mods have the source posted, so it's better to take a look at that instead of decompiling.

Technic is just a mod pack, the team just took the mods as offered by the makers (and bukkit porters) and changed their config files to make everything play nice. So there is nothing in modpack.jar that isn't already in the various mods themselves.

Posted

I'd like to put up a situation I'm in right now:

I'm making a mod for TEKKIT 3. It involves utilizing aspects of various mods and combining them to make stuff. For example, I utilize computers, IC2, and buildcraft in a few items. My item needs to accept both EU and BC pipes, and take input from a computer. Since Tekkit uses a couple of tricks to get the mods to work together, it would be nice to have relevant code, instead of code from separate mods.

Posted

I'd like to put up a situation I'm in right now:

I'm making a mod for TEKKIT 3. It involves utilizing aspects of various mods and combining them to make stuff. For example, I utilize computers, IC2, and buildcraft in a few items. My item needs to accept both EU and BC pipes, and take input from a computer. Since Tekkit uses a couple of tricks to get the mods to work together, it would be nice to have relevant code, instead of code from separate mods.

Please read what Neowulf posted. There isn't anything special that Tekkit does when it comes to the code. Modpack.jar is mostly any of the frameworks that are prerequisites that the mods need (modloader, forge, CodeChickenCore, etc).

What specific "tricks" are you talking about?

Posted

If you want to do a crossover you'll just need the relevant API's/sources.

I haven't looked at buildcraft yet, but as the source is available it's probably easiest if you just make one decompile if IC2 for reference, and one copy of MCP with the IC2 API and buildcraft source/API added in for compiling.

  • 3 weeks later...
Posted

... that kind of thinking is what happens when you forget minecraft's vanilla code... not that i'm a modder, but i have compulsively read the whole of the modde's metropolis section of the forums

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...