Jump to content

Using Forge 3.3.7 in Tekkit 3.04 mods


Gibbynator

Recommended Posts

Important question, as this will save me a load of time. Forge 3.3.7 claims to have Modloader and ModloaderMP built into itself. I am making a mod that utilizes features from IC2, Buildcraft, Equivalent Exchange, Redpower2 (after I sort out some things with Eloraam), ComputerCraft, and Railcraft. Is Forge 3.3.7 all I would need to make the mod compatible with all of these and Tekkit 3.04? And will this make for easier SMP coding?

Link to comment
Share on other sites

It's not ModloaderMP, it's FML. The king is dead, long live the king.

See my post on FML, and why it is a sexy beast. Short version, yes, forge is all you need, as long as all of your dependencies were built with the new forge. Yes, this will make things easier for SMP, as FML's NetworkMod class extends BaseMod.

Link to comment
Share on other sites

Any chance that means the global to get the working directory is the same for both server and client now?

I don't mind having to comment out a couple includes and the texture preloads, but having to have two different config open lines in my mod_ just bugs me.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...