Updated to support v1.20.10

This commit is contained in:
DaanV2
2023-07-15 16:39:46 +02:00
parent 347d165e80
commit 5e95c47562
20 changed files with 23 additions and 23 deletions

View File

@@ -8,7 +8,7 @@
"examples": [
{
"format_version": 2,
"header": { "description": "pack.description", "name": "pack.name", "uuid": "UUID2", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] },
"header": { "description": "pack.description", "name": "pack.name", "uuid": "UUID2", "min_engine_version": [1, 20, 10], "version": [1, 0, 0] },
"modules": [{ "type": "data", "uuid": "UUID2", "version": [1, 0, 0] }]
}
],
@@ -17,7 +17,7 @@
"label": "New Manifest",
"body": {
"format_version": 2,
"header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 16, 0], "version": [1, 0, 0] },
"header": { "description": "pack.description", "name": "pack.name", "uuid": "$UUID", "min_engine_version": [1, 20, 10], "version": [1, 0, 0] },
"modules": [{ "type": "data", "uuid": "$UUID", "version": [1, 0, 0] }]
}
}