Fix pack.mcmeta typo

This commit is contained in:
James Seibel
2023-11-30 07:37:13 -06:00
parent ab3bfd457f
commit 425b761f8e
+9 -5
View File
@@ -1,6 +1,10 @@
{
"pack": {
"pack_format": 7,
"supported_formats": {"min_inclusive": 16, "max_inclusive": 90000},
"description": "Distant Horizons"
}
"pack": {
"pack_format": 7,
"supported_formats": {
"min_inclusive": 16,
"max_inclusive": 90000
},
"description": "Distant Horizons"
}
}