Created
June 9, 2025 14:53
-
-
Save FlyInMyEye/4e8a259503cecfe26bd95bdc8745b3e5 to your computer and use it in GitHub Desktop.
Just forge channel init lol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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