This repository has been archived by the owner on Apr 30, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b11c152
commit ed45981
Showing
3 changed files
with
57 additions
and
57 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "mountup", | ||
"title": "Mount Up!", | ||
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", | ||
"author": "Brunhine", | ||
"version": "2.5.0", | ||
"minimumCoreVersion": "0.5.5", | ||
"compatibleCoreVersion": "0.6.0", | ||
"esmodules": [ | ||
"scripts/mountup.js" | ||
], | ||
"scripts": [], | ||
"socket": true, | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "ja", | ||
"name": " 日本語", | ||
"path": "lang/ja.json" | ||
} | ||
], | ||
"url": "https://github.com/Brunhine/MountUp", | ||
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json", | ||
"download": "https://github.com/Brunhine/MountUp/releases/download/v2.5.0/mountup.zip" | ||
{ | ||
"name": "mountup", | ||
"title": "Mount Up!", | ||
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", | ||
"author": "Brunhine", | ||
"version": "3.0.0", | ||
"minimumCoreVersion": "0.5.5", | ||
"compatibleCoreVersion": "0.6.0", | ||
"esmodules": [ | ||
"scripts/mountup.js" | ||
], | ||
"scripts": [], | ||
"socket": true, | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "ja", | ||
"name": " 日本語", | ||
"path": "lang/ja.json" | ||
} | ||
], | ||
"url": "https://github.com/Brunhine/MountUp", | ||
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json", | ||
"download": "https://github.com/Brunhine/MountUp/releases/download/v3.0.0/mountup.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
{ | ||
"name": "mountup", | ||
"title": "Mount Up!", | ||
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", | ||
"author": "Brunhine", | ||
"version": "2.5.0", | ||
"minimumCoreVersion": "0.5.5", | ||
"compatibleCoreVersion": "0.6.0", | ||
"esmodules": [ | ||
"scripts/mountup.js" | ||
], | ||
"scripts": [], | ||
"socket": true, | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "ja", | ||
"name": " 日本語", | ||
"path": "lang/ja.json" | ||
} | ||
], | ||
"url": "https://github.com/Brunhine/MountUp", | ||
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json", | ||
"download": "https://github.com/Brunhine/MountUp/releases/download/v2.5.0/mountup.zip" | ||
{ | ||
"name": "mountup", | ||
"title": "Mount Up!", | ||
"description": "Allows tokens to carry or be carried by other tokens. This is completely system agnostic, and fully customizable to fit right into your game.", | ||
"author": "Brunhine", | ||
"version": "3.0.0", | ||
"minimumCoreVersion": "0.5.5", | ||
"compatibleCoreVersion": "0.6.0", | ||
"esmodules": [ | ||
"scripts/mountup.js" | ||
], | ||
"scripts": [], | ||
"socket": true, | ||
"languages": [ | ||
{ | ||
"lang": "en", | ||
"name": "English", | ||
"path": "lang/en.json" | ||
}, | ||
{ | ||
"lang": "ja", | ||
"name": " 日本語", | ||
"path": "lang/ja.json" | ||
} | ||
], | ||
"url": "https://github.com/Brunhine/MountUp", | ||
"manifest": "https://raw.githubusercontent.com/Brunhine/MountUp/master/src/module.json", | ||
"download": "https://github.com/Brunhine/MountUp/releases/download/v3.0.0/mountup.zip" | ||
} |