Advertisement
Guest User

Untitled

a guest
Mar 1st, 2020
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. @EventHandler
  2. public static void preInit(FMLPreInitializationEvent event) {
  3. messageChannel = NetworkRegistry.INSTANCE.newEventDrivenChannel("rocchannel");
  4. messageChannel.register(proxy);
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement