Jump to content

[1.20.4] Packets: cannot create a SimpleChannel instance


Recommended Posts

Posted (edited)

I followed the documentation (https://docs.minecraftforge.net/en/1.20.x/networking/simpleimpl/) for creating a packet handler. However, as shown in the images below, I have found out that "'net.minecraftforge.network.NetworkRegistry' is marked unstable with @ApiStatus.Internal". Strangely enough, when I created a previous mod for Minecraft version 1.20.4, I did not encounter this problem. My Forge version for this mod is 49.0.27, so I believe some things have changed. Is there a new correct way of creating a packet handler?

spacer.png

spacer.png

Edited by LeeCrafts
Link to comment
Share on other sites

Posted (edited)

I have found out that I may need to use the ChannelBuilder class:

public static final SimpleChannel INSTANCE = ChannelBuilder.named(new ResourceLocation(SkeletonBowMaster.MODID, "main")).simpleChannel();

However, I am not marking this post as "solved" just yet, as I have not tested the mod.

Edited by LeeCrafts
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.