Skip to content

Commit c039672

Browse files
committed
Updated to v0.12 and added module specific pack
1 parent a8828eb commit c039672

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

module.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "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": "0.11",
5+
"version": "0.12",
66
"author": "CyberPathogen",
77
"packs": [
88
{
@@ -26,6 +26,13 @@
2626
"module": "foundry_community_macros",
2727
"entity": "Macro"
2828
},
29+
{
30+
"name": "community-macros-module-specific",
31+
"label": "FVTT Community Macros - Module Specific",
32+
"path": "packs/macros-module-specific.db",
33+
"module": "foundry_community_macros",
34+
"entity": "Macro"
35+
},
2936
{
3037
"name": "community-macros-roll",
3138
"label": "FVTT Community Macros - Roll",
@@ -43,7 +50,7 @@
4350
],
4451
"url": "https://github.com/foundry-vtt-community/macros",
4552
"manifest": "https://github.com/foundry-vtt-community/macros/master/module.json",
46-
"download": "https://github.com/foundry-vtt-community/macros/archive/v0.11.zip",
53+
"download": "https://github.com/foundry-vtt-community/macros/archive/v0.12.zip",
4754
"socket": true,
4855
"minimumCoreVersion": "0.5.7",
4956
"compatibleCoreVersion": "0.6.0"

0 commit comments

Comments
 (0)