first commit

This commit is contained in:
Kevin Robert Andrews
2026-03-31 18:21:02 -04:00
commit a517ebb7cc
4 changed files with 114 additions and 0 deletions

16
module.json Normal file
View File

@@ -0,0 +1,16 @@
{
"id": "mm",
"title": "Mummy's Mask",
"version": "2026-03-26",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"description": "<p>My cool module for my friend's Mummy Mask game.</p>",
"url": "https://git.kappow.ca/kevin/mm",
"manifest": "https://git.kappow.ca/kevin/mm/raw/branch/main/module.json",
"download": "https://git.kappow.ca/kevin/mm/releases/download/latest/mm.zip",
"flags": {
"canUpload": true
}
}