mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-26 01:32:02 -07:00
Update DataConverter constants for 1.21.8
This commit is contained in:
@@ -217,7 +217,7 @@ index 0000000000000000000000000000000000000000..515f6691c72ffa82ac8b92646768be7a
|
||||
+}
|
||||
diff --git a/ca/spottedleaf/dataconverter/minecraft/MCVersionRegistry.java b/ca/spottedleaf/dataconverter/minecraft/MCVersionRegistry.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..d6b3d4079b4a48ff2883f6b77870f845fe005f47
|
||||
index 0000000000000000000000000000000000000000..a180165d6ad070038fc4c6062fe1a5ef5e526a4f
|
||||
--- /dev/null
|
||||
+++ b/ca/spottedleaf/dataconverter/minecraft/MCVersionRegistry.java
|
||||
@@ -0,0 +1,488 @@
|
||||
@@ -504,7 +504,7 @@ index 0000000000000000000000000000000000000000..d6b3d4079b4a48ff2883f6b77870f845
|
||||
+ 4420,
|
||||
+ 4424,
|
||||
+ 4439,
|
||||
+ // All up to 1.21.8-rc1
|
||||
+ // All up to 1.21.8
|
||||
+ };
|
||||
+ Arrays.sort(converterVersions);
|
||||
+
|
||||
@@ -711,10 +711,10 @@ index 0000000000000000000000000000000000000000..d6b3d4079b4a48ff2883f6b77870f845
|
||||
+}
|
||||
diff --git a/ca/spottedleaf/dataconverter/minecraft/MCVersions.java b/ca/spottedleaf/dataconverter/minecraft/MCVersions.java
|
||||
new file mode 100644
|
||||
index 0000000000000000000000000000000000000000..e89c82a6c202eba82915e58e775ba2186eec6692
|
||||
index 0000000000000000000000000000000000000000..742de0ce918ff8a0ad7580062f3903c1160883c8
|
||||
--- /dev/null
|
||||
+++ b/ca/spottedleaf/dataconverter/minecraft/MCVersions.java
|
||||
@@ -0,0 +1,601 @@
|
||||
@@ -0,0 +1,602 @@
|
||||
+package ca.spottedleaf.dataconverter.minecraft;
|
||||
+
|
||||
+@SuppressWarnings("unused")
|
||||
@@ -1313,6 +1313,7 @@ index 0000000000000000000000000000000000000000..e89c82a6c202eba82915e58e775ba218
|
||||
+ public static final int V1_21_7_RC2 = 4437;
|
||||
+ public static final int V1_21_7 = 4438;
|
||||
+ public static final int V1_21_8_RC1 = 4439;
|
||||
+ public static final int V1_21_8 = 4440;
|
||||
+
|
||||
+ private MCVersions() {}
|
||||
+}
|
||||
|
Reference in New Issue
Block a user