Skip to content

Commit 70dc5bd

Browse files
Merge pull request #339 from DawidIzydor/main-1
#338 Use Foundry V11 compendium folder structure
2 parents e8a67ef + cc602ca commit 70dc5bd

File tree

1 file changed

+36
-14
lines changed

1 file changed

+36
-14
lines changed

module.json

Lines changed: 36 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,94 +2,116 @@
22
"id": "foundry_community_macros",
33
"title": "Foundry Community Macros",
44
"description": "<p>This is a collection of Macros added by the FoundryVTT Community!<br><br>You can add your own macros by making a pull request here: https://github.com/foundry-vtt-community/macros</p>",
5-
"version": "10.4",
5+
"version": "11.0",
66
"authors": [
77
{
88
"name": "FoundryVTTCommunity"
99
}
1010
],
11+
"packFolders":[
12+
{
13+
"name": "Foundry Community Macros",
14+
"sorting": "m",
15+
"ownership": {
16+
"PLAYER": "NONE",
17+
"ASSISTANT": "OWNER"
18+
},
19+
"packs":[
20+
"community-macros-5e",
21+
"community-macros-age",
22+
"community-macros-dsa5e",
23+
"community-macros-pf1e",
24+
"community-macros-pf2e",
25+
"community-macros-misc",
26+
"community-macros-module-specific",
27+
"community-macros-roll",
28+
"community-macros-token",
29+
"community-macros-wfrp4e"
30+
]
31+
}
32+
],
1133
"packs": [
1234
{
1335
"name": "community-macros-5e",
14-
"label": "FVTT Community Macros - D&D 5e",
36+
"label": "D&D 5E",
1537
"path": "packs/macros-5e.db",
1638
"module": "foundry_community_macros",
1739
"type": "Macro"
1840
},
1941
{
2042
"name": "community-macros-age",
21-
"label": "FVTT Community Macros - AGE System",
43+
"label": "AGE System",
2244
"path": "packs/macros-age.db",
2345
"module": "foundry_community_macros",
2446
"type": "Macro"
2547
},
2648
{
2749
"name": "community-macros-dsa5e",
28-
"label": "FVTT Community Macros - The Dark Eye 5e",
50+
"label": "The Dark Eye 5E",
2951
"path": "packs/macros-dsa5e.db",
3052
"module": "foundry_community_macros",
3153
"type": "Macro"
3254
},
3355
{
3456
"name": "community-macros-pf1e",
35-
"label": "FVTT Community Macros - Pathfinder 1e",
57+
"label": "Pathfinder 1E",
3658
"path": "packs/macros-pf1e.db",
3759
"module": "foundry_community_macros",
3860
"type": "Macro"
3961
},
4062
{
4163
"name": "community-macros-pf2e",
42-
"label": "FVTT Community Macros - Pathfinder 2e",
64+
"label": "Pathfinder 2E",
4365
"path": "packs/macros-pf2e.db",
4466
"module": "foundry_community_macros",
4567
"type": "Macro"
4668
},
4769
{
4870
"name": "community-macros-misc",
49-
"label": "FVTT Community Macros - Misc",
71+
"label": "Misc",
5072
"path": "packs/macros-misc.db",
5173
"module": "foundry_community_macros",
5274
"type": "Macro"
5375
},
5476
{
5577
"name": "community-macros-module-specific",
56-
"label": "FVTT Community Macros - Module Specific",
78+
"label": "Module Specific",
5779
"path": "packs/macros-module-specific.db",
5880
"module": "foundry_community_macros",
5981
"type": "Macro"
6082
},
6183
{
6284
"name": "community-macros-roll",
63-
"label": "FVTT Community Macros - Roll",
85+
"label": "Roll",
6486
"path": "packs/macros-roll.db",
6587
"module": "foundry_community_macros",
6688
"type": "Macro"
6789
},
6890
{
6991
"name": "community-macros-token",
70-
"label": "FVTT Community Macros - Token",
92+
"label": "Token",
7193
"path": "packs/macros-token.db",
7294
"module": "foundry_community_macros",
7395
"type": "Macro"
7496
},
7597
{
7698
"name": "community-macros-wfrp4e",
77-
"label": "FVTT Community Macros - Warhammer 4e",
99+
"label": "Warhammer 4E",
78100
"path": "packs/macros-wfrp4e.db",
79101
"module": "foundry_community_macros",
80102
"type": "Macro"
81103
}
82104
],
83105
"url": "https://github.com/foundry-vtt-community/macros",
84106
"manifest": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/module.json",
85-
"download": "https://github.com/foundry-vtt-community/macros/archive/refs/tags/v10.4.zip",
107+
"download": "https://github.com/foundry-vtt-community/macros/archive/refs/tags/v11.0.zip",
86108
"bugs": "https://github.com/foundry-vtt-community/macros/issues",
87109
"readme": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/README.md",
88110
"changelog": "https://github.com/foundry-vtt-community/macros/releases",
89111
"license": "https://raw.githubusercontent.com/foundry-vtt-community/macros/main/LICENSE.md",
90112
"socket": true,
91113
"compatibility": {
92-
"minimum": "10",
93-
"verified": "10"
114+
"minimum": "11",
115+
"verified": "11"
94116
}
95117
}

0 commit comments

Comments
 (0)