new commit
This commit is contained in:
parent
89362d5af2
commit
215e22f938
2 changed files with 20 additions and 6 deletions
26
module.json
26
module.json
|
@ -5,10 +5,11 @@
|
|||
"name": "Allecks",
|
||||
"url": "https://boosty.to/allecks"
|
||||
},
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.4",
|
||||
"compatibility": {
|
||||
"minimum": "11",
|
||||
"verified": "12"
|
||||
"verified": "12",
|
||||
"maximum": "12"
|
||||
},
|
||||
"scripts": [],
|
||||
"esmodules": [
|
||||
|
@ -26,12 +27,25 @@
|
|||
"path": "lang/ru.json"
|
||||
}
|
||||
],
|
||||
"requires": [
|
||||
"relationships": {
|
||||
"systems": [
|
||||
{
|
||||
"id": "item-piles",
|
||||
"type": "module"
|
||||
"id": "dnd5e",
|
||||
"type": "system",
|
||||
"compatibility": {
|
||||
"minimum": "3.2.1",
|
||||
"maximum": "3.3.99"
|
||||
}
|
||||
}
|
||||
],
|
||||
],
|
||||
"requires": [
|
||||
{
|
||||
"id": "item-piles",
|
||||
"type": "module"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
"styles": [
|
||||
"./merchant.css"
|
||||
],
|
||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue