-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmodule.txt
More file actions
30 lines (30 loc) · 775 Bytes
/
Copy pathmodule.txt
File metadata and controls
30 lines (30 loc) · 775 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
{
"id": "Behaviors",
"version": "1.3.0-SNAPSHOT",
"author": "synopia, dkambersky",
"displayName": "Behaviors",
"description": "A set of behavior traits which could be applied to creatures and NPCs",
"dependencies": [
{
"id": "CoreWorlds",
"minVersion": "1.1.0",
"maxVersion": "3.0.0",
"optional": true,
"because": "tests/ClusterDebugger"
},
{
"id": "FlexiblePathfinding",
"minVersion": "1.0.0"
},
{
"id": "Health",
"minVersion": "2.0.0-SNAPSHOT"
},
{
"id": "Inventory",
"minVersion": "1.5.1"
}
],
"isServerSideOnly": true,
"isLibrary": true
}