TheMillsFabula/module.json
trotFunky f6437d7884 Fix version numbers that were forgotten
I forgot to update the version numbers in the manifest and README for
the previous point update.
Make a new "release" to fix it so the module can be properly updated
in Foundry.
2025-06-04 11:26:50 +01:00

86 lines
1.8 KiB
JSON

{
"id": "the-mills-fabula",
"title": "Fabula Moletrina",
"description": "A module implementing our idiosyncratic ideas for the Mill's campaigns.",
"version": "0.3.2",
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"relationships": {
"systems": [
{
"id": "projectfu",
"type": "system",
"compatibility": {
"verified": [
"2.4.10",
"3.0.2"
]
}
}
],
"modules": [
{
"id": "socketlib",
"type": "module",
"compatibility": {
"verified": "1.1.2"
}
}
]
},
"authors": [
{
"name": "trotFunky Sparks",
"flags": {}
}
],
"esmodules": [
"scripts/token_combat_border.mjs",
"scripts/token_ui_adjust.mjs"
],
"socket": true,
"packs": [
{
"name": "Macros",
"label": "The Mill's Macros",
"path": "packs/macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"system": "projectfu",
"flags": {}
}
],
"packFolders": [
{
"name": "Fabula Moletrina",
"sorting": "a",
"color": "#d3b719",
"packs": ["Macros"]
}
],
"license": "LICENSE",
"readme": "README.md",
"url": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/src/branch/release",
"manifest": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/raw/branch/release/module.json",
"download": "https://git.tfk-astrodome.net/trotFunky/TheMillsFabula/archive/v0.3.2.zip"
}