commit e886b3b86ce3b9dbf2422d062a7f5b8f8ecd1b06 Author: Phireh Date: Tue Dec 31 14:50:35 2024 +0100 Initial commit with MVP manifest diff --git a/module.json b/module.json new file mode 100644 index 0000000..d8f8825 --- /dev/null +++ b/module.json @@ -0,0 +1,8 @@ +{ + "name": "bae", + "title": "Better area effects", + "description": "Bullet hell mechanics for everyone.", + "authors:": [ { name: "Phireh" } ], + "version": "1", + "minimumCoreVersion": "12.331", +}