Skip to content

Commit

Permalink
Add support for moulinette
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Jun 5, 2023
1 parent 6ea0f12 commit a0889e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 5 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "gAudioBundle-3",
"title": "Game Audio Bundle 3",
"description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
"version": "3.0",
"version": "3.0",
"compatibility": {
"minimum": "0.5.0",
"verified": 11
Expand All @@ -18,7 +18,10 @@
"type": "Playlist"
}
],
"scripts": [
"scripts/moulinette.js"
],
"url": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3",
"manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3/master/module.json",
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3/releases/download/v3.0/v3.0.zip"
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-3/releases/download/v3.0/v3.0.zip"
}
5 changes: 5 additions & 0 deletions scripts/moulinette.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hooks.once("ready", async function () {
if(game.moulinette) {
game.moulinette.sources.push({ type: "sounds", publisher: "Sonniss", pack: "FoundryVTT Game Audio Bundle 3", source: "data", path: "modules/gAudioBundle-3/src" })
}
});

0 comments on commit a0889e4

Please sign in to comment.