-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
1.13.1/src/main/base-patches/net.minecraft.realms.RealmsSharedConstants.patch
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- net/minecraft/realms/RealmsSharedConstants.java | ||
+++ net/minecraft/realms/RealmsSharedConstants.java | ||
@@ -3,8 +3,12 @@ | ||
import net.minecraft.util.SharedConstants; | ||
|
||
public class RealmsSharedConstants { | ||
- public static final int NETWORK_PROTOCOL_VERSION = 393; | ||
+ /* WDL 1.13.1 >>> */ | ||
+ public static final int NETWORK_PROTOCOL_VERSION = 401; | ||
+ /* <<< WDL */ | ||
public static final int TICKS_PER_SECOND = 20; | ||
- public static final String VERSION_STRING = "1.13"; | ||
+ /* WDL 1.13.1 >>> */ | ||
+ public static final String VERSION_STRING = "1.13.1"; | ||
+ /* <<< WDL */ | ||
public static final char[] ILLEGAL_FILE_CHARACTERS = SharedConstants.ILLEGAL_FILE_CHARACTERS; | ||
} |
This file contains 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