Skip to content

Conversation

@Ecdcaeb
Copy link
Contributor

@Ecdcaeb Ecdcaeb commented Feb 16, 2024

warning! break the network compat with old forge server/client.
MinecraftForge/MinecraftForge#3228

warning! break the network compat with old forge server/client.
MinecraftForge/MinecraftForge#3228
@kappa-maintainer
Copy link
Collaborator

Two problem:

  • You don't need to call net.minecraftforge.common.MinecraftForge.EVENT_BUS.post in Forge code, just import it (doing so in vanilla patches is fine)
  • I am not sure if we should break this before release, need further discussion

@Ecdcaeb
Copy link
Contributor Author

Ecdcaeb commented Feb 17, 2024

You don't need to call net.minecraftforge.common.MinecraftForge.EVENT_BUS.post in Forge code, just import it (doing so in vanilla patches is fine)

This part may have belonged to the patch before.
It is not a part of FMLNetworkHandler.
https://github.com/MinecraftForge/FML/blob/master/src/main/java/net/minecraftforge/fml/common/network/internal/FMLNetworkHandler.java#L92

@Ecdcaeb
Copy link
Contributor Author

Ecdcaeb commented Feb 17, 2024

I am not sure if we should break this before release, need further discussion

We can also handle it separately without break it?

@Ecdcaeb Ecdcaeb changed the title Enable the openGui data longer than 128 bits [3228]Enable the openGui data longer than 128 bits May 2, 2024
@Rongmario Rongmario added the proposal pending This pull request is waiting on a proposal to be written up label Apr 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

proposal pending This pull request is waiting on a proposal to be written up

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants