Skip to content

Commit fb14708

Browse files
Version 1.3.6.2
1 parent d406cbd commit fb14708

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

changelog/release-1.3.6.2.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Title: Bug Patch
2+
Summary: Minor bug fixes
3+
4+
## Bug Fixes
5+
- Fixed connecting to servers on NeoForge

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ minecraftVersion=11202
1010
# TODO remove once upgrading to Loom 1.10
1111
# fabric-api 1.21.5 was built with Loom 1.10, seems to work well enough in dev with our current 1.7 though
1212
loom.ignoreDependencyLoomVersionValidation=true
13-
version=1.3.6.1
13+
version=1.3.6.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
51d1cdc4b3
1+
3a04f60330

versions/1.20.6-fabric/src/main/java/gg/essential/handlers/EssentialChannelHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static void registerEssentialChannel() {
5555
//#if NEOFORGE
5656
//$$ @SubscribeEvent
5757
//$$ public static void registerWithNeoForge(RegisterPayloadHandlersEvent event) {
58-
//$$ event.registrar("1").playBidirectional(Payload.ID, Payload.CODEC, (__, ___) -> {});
58+
//$$ event.registrar("1").optional().playBidirectional(Payload.ID, Payload.CODEC, (__, ___) -> {});
5959
//$$ }
6060
//#endif
6161

0 commit comments

Comments
 (0)