We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa52893 commit 0597c02Copy full SHA for 0597c02
manifest.json
@@ -1,19 +1,19 @@
1
{
2
- "name": "${pluginName}",
3
- "entry": "${pluginFile}",
4
- "type": "native",
5
- "description": "A plugin engine for running LLSE plugins on LeviLamina",
6
- "author": "LiteLDev",
7
- "version": "0.9.0-rc.1",
8
- "dependencies": [
9
- {
10
- "name": "LegacyMoney"
11
- },
12
13
- "name": "LegacyParticleAPI"
14
15
16
- "name": "LegacyRemoteCall"
17
- }
18
- ]
+ "name": "${modName}",
+ "entry": "${modFile}",
+ "version": "${modVersion}",
+ "type": "native",
+ "description": "A plugin engine for running LLSE plugins on LeviLamina",
+ "author": "LiteLDev",
+ "dependencies": [
+ {
+ "name": "LegacyMoney"
+ },
+ "name": "LegacyParticleAPI"
+ "name": "LegacyRemoteCall"
+ }
+ ]
19
}
0 commit comments