Compare commits

...

3 Commits

Author SHA1 Message Date
Felix 0fd3acc956
Update README.md 2020-01-10 22:35:57 +01:00
Felix 673f7927fc
Update README.md 2020-01-10 22:35:24 +01:00
Felix 1ccd0828c3
Update module.json 2020-01-10 22:34:41 +01:00
2 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,14 @@
# Compendium Browser # Compendium Browser
> This version only works for Foundry v0.4.4 and up. To use the previous version please visit https://github.com/syl3r86/compendium-browser/tree/pre-0.4.4
A module to easily browse and filter spells as well as npcs loaded from compendie. A module to easily browse and filter spells as well as npcs loaded from compendie.
## Installation ## Installation
1. Copy this link and use it in Foundrys Module Manager to install the Module 1. Copy this link and use it in Foundrys Module Manager to install the Module
> https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json > https://raw.githubusercontent.com/syl3r86/compendium-browser/pre-0.4.4/module.json
2. Enable the Module in your Worlds Module Settings 2. Enable the Module in your Worlds Module Settings

View File

@ -8,7 +8,7 @@
"scripts": ["./compendium-browser.js"], "scripts": ["./compendium-browser.js"],
"styles": ["./compendium-browser.css"], "styles": ["./compendium-browser.css"],
"packs": [], "packs": [],
"minimumCoreVersion": "0.4.4", "minimumCoreVersion": "0.4.3",
"languages": [ "languages": [
{ {
"lang": "en", "lang": "en",
@ -23,5 +23,5 @@
], ],
"url": "https://github.com/syl3r86/compendium-browser", "url": "https://github.com/syl3r86/compendium-browser",
"manifest": "https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json", "manifest": "https://raw.githubusercontent.com/syl3r86/compendium-browser/master/module.json",
"download": "https://github.com/syl3r86/compendium-browser/archive/master.zip" "download": "https://github.com/syl3r86/compendium-browser/archive/pre-0.4.4.zip"
} }