-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmodule.json
More file actions
41 lines (41 loc) · 1.14 KB
/
module.json
File metadata and controls
41 lines (41 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "scene-tiler",
"title": "Scene Tiler",
"description": "Creates tiles by dragging and dropping a scene onto another scene, then populates the tile with placeables from the source scene.",
"author": "zeel",
"authors": [
{
"name": "zeel",
"email": "zeel02@gmail.com",
"url": "https://github.com/zeel01",
"discord": "zeel#4200"
}
],
"version": "2.1.0",
"minimumCoreVersion": "0.8.5",
"compatibleCoreVersion": "0.8.9",
"scripts": [
"entity-translators.js",
"scene-tiler-helpers.js",
"scene-tiler.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/zeel01/scene-tiler/releases/latest/download/module.json",
"url": "https://github.com/zeel01/scene-tiler",
"download": "https://github.com/zeel01/scene-tiler/releases/latest/download/scene-tiler.zip",
"readme": "https://github.com/zeel01/scene-tiler/blob/master/readme.md",
"bugs": "https://github.com/zeel01/scene-tiler/issues",
"changelog": "https://github.com/zeel01/scene-tiler/releases",
"media": [
{
"type": "icon",
"url": "https://avatars2.githubusercontent.com/u/1721836"
}
]
}