Skip to content

Commit

Permalink
Re-added files for legacy users before github workflow implementations
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jun 4, 2021
1 parent c5d5b2d commit cdf4c5b
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
Binary file removed potato-or-not.zip
Binary file not shown.
38 changes: 38 additions & 0 deletions potato-or-not/module.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "potato-or-not",
"title": "Potato Or Not",
"description": "Is your computer a potoato or not? If so, this mod will prompt you that you might want to turn down your graphics.",
"version": "0.4.3",
"author": "Wasp (Wasp#2005)",
"esmodules": [
"main.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr-FR",
"name": "Français (France)",
"path": "lang/fr-FR.json"
},
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"minimumCoreVersion": "0.7.7",
"compatibleCoreVersion": "0.7.9",
"url": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot",
"manifest": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.json",
"download": "https://github.com/Haxxer/FoundryVTT-PotatoOrNot/releases/latest/download/module.zip"
}

0 comments on commit cdf4c5b

Please sign in to comment.