Skip to content
This repository was archived by the owner on Sep 18, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"id":"maestro",
"name":"maestro",
"title":"Maestro",
"description":"Adds new sound-related features such as Hype Tracks and Item Tracks",
Expand All @@ -13,6 +14,11 @@
}
],
"version":"0.9.0",
"compatibility":{
"minimum": "10",
"verified": "10",
"maximum": "10"
},
"minimumCoreVersion":"10.278",
"compatibleCoreVersion":"10.278",
"esmodules":["./maestro.js"],
Expand All @@ -34,7 +40,7 @@
"path": "lang/ko.json"
},
{
"lang": "pt-BR",
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
Expand All @@ -51,4 +57,4 @@
"flags": {
"allowBugReporter": true
}
}
}