Skip to content

Commit 031cd90

Browse files
authored
Merge pull request #128 from Powie69/26.2
add 'feature_directories' to meteor-addon-list.json
2 parents 3a704cf + 01d8927 commit 031cd90

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

meteor-addon-list.json

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,26 @@
1515
"1.21.6",
1616
"1.21.8",
1717
"1.21.9",
18-
"1.21.10",
18+
"1.21.10",
1919
"1.21.11",
20-
"26.1.2",
21-
"26.2"
20+
"26.1.2",
21+
"26.2"
2222
],
2323
"icon": "https://github.com/MeteorClientPlus/MeteorPlus/blob/1.21.9/src/main/resources/assets/meteorplus/logo.png?raw=true",
2424
"discord": "https://discord.gg/N3gqYc7GRS",
25-
"homepage": "https://meteorclientplus.github.io/"
26-
}
25+
"homepage": "https://meteorclientplus.github.io/",
26+
"feature_directories": {
27+
"commands": [
28+
"features/commands"
29+
],
30+
"modules": [
31+
"features/modules/combat",
32+
"features/modules/integrations",
33+
"features/modules/misc",
34+
"features/modules/movement",
35+
"features/modules/player",
36+
"features/modules/render",
37+
"features/modules/world"
38+
]
39+
}
40+
}

0 commit comments

Comments
 (0)