Fix/update wiki (#9758)

This commit is contained in:
Shane Freeder 2023-09-25 00:02:46 +01:00 committed by GitHub
parent 5cbce366b2
commit 3cf03fc31a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 59 additions and 20 deletions

View file

@ -586,7 +586,7 @@ index 0000000000000000000000000000000000000000..127da265fe98f9f15476c589b5ecd950
+}
diff --git a/src/main/java/ca/spottedleaf/dataconverter/minecraft/MCVersions.java b/src/main/java/ca/spottedleaf/dataconverter/minecraft/MCVersions.java
new file mode 100644
index 0000000000000000000000000000000000000000..3444afdbadd117a6726c411b3739f5abc788622a
index 0000000000000000000000000000000000000000..86793648d7b8376e08ea145a80753ce70944e8a4
--- /dev/null
+++ b/src/main/java/ca/spottedleaf/dataconverter/minecraft/MCVersions.java
@@ -0,0 +1,479 @@
@ -595,7 +595,7 @@ index 0000000000000000000000000000000000000000..3444afdbadd117a6726c411b3739f5ab
+@SuppressWarnings("unused")
+public final class MCVersions {
+
+ /* https://minecraft.fandom.com/wiki/Data_version */
+ /* https://minecraft.wiki/wiki/Data_version */
+
+ public static final int V15W32A = 100;
+ public static final int V15W32B = 103;