Added 1.17.40 to version numbers

This commit is contained in:
DaanV2
2021-10-21 16:20:22 +02:00
parent 8b2044d6ed
commit bd97de5ce2

View File

@@ -4,5 +4,5 @@
"description": "A version that tells minecraft what type of data format can be expected when reading this file.",
"pattern": "^(1)\\.([0-9]+)\\.([0-9]+)$",
"type": "string",
"enum": ["1.17.30", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"]
"enum": ["1.17.40", "1.17.30", "1.17.0", "1.16.0", "1.15.0", "1.14.0", "1.13.0", "1.12.0", "1.10.0", "1.8.0"]
}