Skip to content

Commit

Permalink
Fix connection (#651)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rakambda authored Dec 15, 2023
1 parent d21ace0 commit 5dc3a6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
@RequiredArgsConstructor
public class ForgePacketHandler implements ClientPacketHandler, ServerPacketHandler{
public static final SimpleChannel INSTANCE = net.minecraftforge.network.ChannelBuilder.named(new ResourceLocation(FallingTree.MOD_ID, "main"))
.optionalClient()
.optional()
.simpleChannel();

private static final int CONFIGURATION_MESSAGE_ID = 1;
Expand Down

0 comments on commit 5dc3a6d

Please sign in to comment.