-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathLycanitesMobs.json
59 lines (59 loc) · 1.36 KB
/
LycanitesMobs.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"modid": "lycanitesmobs",
"segments": [
{
"class": "lycanite.lycanitesmobs.api.entity.EntityCreatureBase",
"type": "entity",
"actions": "TRACKED",
"flags": "MOBS",
"condition": "isHostile == true",
"isHostile": [
{
"element": "isHostile",
"type": "METHOD"
}
]
},
{
"class": "lycanite.lycanitesmobs.api.IGroupAnimal",
"type": "entity",
"actions": "PROTECT",
"flags": "PVE"
},
{
"class": "lycanite.lycanitesmobs.api.entity.EntityProjectileBase",
"type": "entity",
"actions": "TRACKED",
"flags": "PVP",
"owner": [
{
"element": "field_70235_a",
"type": "FIELD"
}
],
"range": 15
},
{
"class": "lycanite.lycanitesmobs.api.block.BlockSummoningPedestal",
"type": "block",
"actions": "RIGHT_CLICK",
"meta": -1,
"flags": "ACCESS"
},
{
"class": "lycanite.lycanitesmobs.api.item.ItemCustomSpawnEgg",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_ENTITY" ],
"isAdjacent": true,
"flags": "USAGE"
},
{
"class": "lycanite.lycanitesmobs.api.item.ItemSoulkey",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": true,
"flags": "MODIFY",
"range": 100
}
]
}