Refactor plugin registry into separate files per plugin
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
id = "vivify"
|
||||
name = "Vivify"
|
||||
repo = "Aeroluna/Vivify"
|
||||
asset_patterns = ["Vivify-*.zip"]
|
||||
install_strategy = "bsipa-zip"
|
||||
category = "mapping"
|
||||
dependencies = [
|
||||
{ id = "heck", constraint = ">=1.8.3" },
|
||||
{ id = "customjsondata", constraint = ">=2.6.8" },
|
||||
{ id = "camerautils", constraint = ">=1.0.8" },
|
||||
{ id = "assetbundleloadingtools", constraint = ">=1.1.13" },
|
||||
]
|
||||
Reference in New Issue
Block a user