Update JSON to new requeriments

This commit is contained in:
Phireh 2024-12-31 14:59:21 +01:00
commit a3571407fb

View file

@ -1,5 +1,5 @@
{ {
"name": "bae", "id": "bae",
"title": "Better area effects", "title": "Better area effects",
"description": "Bullet hell mechanics for everyone.", "description": "Bullet hell mechanics for everyone.",
"authors:": [ "authors:": [
@ -7,6 +7,9 @@
"name": "Phireh" "name": "Phireh"
} }
], ],
"version": "1", "version": "1.0.0",
"minimumCoreVersion": "12.331" "compatibility": {
"minimum": "12"
"verified": "12"
}
} }