Jump to content

FML missing Packet Methods


Davidee

Recommended Posts

Forge ModLoader currently only has one Packet method ("sendPacket").

 

In ModLoader 1.3, that has been replaced with "clientSendPacket(Packet)" and "serverSendPacket(NetServerHandler,Packet)".

 

Without those methods, some mods will be incompatible with Forge.

Link to comment
Share on other sites

https://github.com/cpw/FML/commit/907cf2d925ae0c29b58fd1fcd8b4a34feb88160a

Due to Risugami not publishing javadocs, we require modders to give us example mods that use any new functionality of ML.

So if you know of a mod that uses serverSendPacket, post it and it'll get added.

 

Remember, FML is made by cpw using purely user input and documentation of ML. cpw does not look at ML itself, its all clean room for him.

Like I said, Risugami didn't publish his javadocs, so, cpw cant update all functionality till he gets test cases.

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.



×
×
  • Create New...

Important Information

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