Skip to content

Instantly share code, notes, and snippets.

@FlyInMyEye
Created June 9, 2025 14:53
Show Gist options
  • Save FlyInMyEye/4e8a259503cecfe26bd95bdc8745b3e5 to your computer and use it in GitHub Desktop.
Save FlyInMyEye/4e8a259503cecfe26bd95bdc8745b3e5 to your computer and use it in GitHub Desktop.
Just forge channel init lol
private static final String PROTOCOL_VERSION = "1";
public static final SimpleChannel INSTANCE = NetworkRegistry.newSimpleChannel(
new ResourceLocation(GrapesEatingAnimation.MODID, "main"),
() -> PROTOCOL_VERSION,
PROTOCOL_VERSION::equals,
PROTOCOL_VERSION::equals
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment