Refactor plugin registry into separate files per plugin
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
id = "beatleader"
|
||||
name = "BeatLeader"
|
||||
repo = "BeatLeader/beatleader-mod"
|
||||
asset_patterns = ["BeatLeader-*.zip"]
|
||||
install_strategy = "bsipa-zip"
|
||||
category = "leaderboard"
|
||||
dependencies = [
|
||||
{ id = "bs-utils", constraint = ">=1.14.3" },
|
||||
{ id = "beatsabermarkuplanguage", constraint = ">=1.14.1" },
|
||||
{ id = "songcore", constraint = ">=3.16.0" },
|
||||
{ id = "sirautil", constraint = ">=3.3.1" },
|
||||
{ id = "system-io-compression", constraint = ">=4.6.0" },
|
||||
{ id = "bsipa", constraint = ">=4.3.7" },
|
||||
]
|
||||
Reference in New Issue
Block a user