-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmodule.txt
More file actions
39 lines (39 loc) · 994 Bytes
/
module.txt
File metadata and controls
39 lines (39 loc) · 994 Bytes
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
{
"id": "WorkstationCrafting",
"version": "2.1.0-SNAPSHOT",
"author": "XTariq, Marcin Sciesinski <marcins78@gmail.com>, Mandar Juvekar, Isaac (iojw)",
"displayName": "Workstation Crafting",
"description": "An extended version of crafting to allow for more advanced methods and items.",
"dependencies": [
{
"id": "CoreAssets",
"minVersion": "2.0.0"
},
{
"id": "Durability",
"minVersion": "1.1.0"
},
{
"id": "Fluid",
"minVersion": "2.0.0"
},
{
"id": "InGameHelpAPI",
"minVersion": "1.0.0"
},
{
"id": "Inventory",
"minVersion": "1.1.0"
},
{
"id": "MultiBlock",
"minVersion": "1.1.0"
},
{
"id": "Workstation",
"minVersion": "1.1.0"
}
],
"serverSideOnly": false,
"isLibrary": true
}