-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
30 lines (30 loc) · 688 Bytes
/
Copy pathmodule.json
File metadata and controls
30 lines (30 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"id": "material-component-checker",
"title": "Material Component Checker",
"description": "English-only D&D5e material component scanner for Foundry VTT 14 with a real Spell Component Pouch container, compendium builder, inventory validator, and component consumer.",
"version": "2.3.0",
"compatibility": {
"minimum": "14",
"verified": "14.365"
},
"authors": [
{
"name": "Custom module"
}
],
"esmodules": [
"scripts/main.js"
],
"relationships": {
"systems": [
{
"id": "dnd5e",
"type": "system",
"compatibility": {
"minimum": "5.3.0",
"verified": "5.3.3"
}
}
]
}
}