forked from MyEssentials/MyTown2-Protections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DraconicEvolution.json
101 lines (101 loc) · 2.71 KB
/
DraconicEvolution.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"modid": "DraconicEvolution",
"segments": [
{
"class": "com.brandon3055.draconicevolution.common.entity.EntityCustomDragon",
"type": "entity",
"actions": "TRACKED",
"flags": "MOBS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.BlockContainerDE",
"type": "block",
"actions": "RIGHT_CLICK",
"meta": -1,
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.items.weapons.DraconicBow",
"type": "item",
"actions": [ "RIGHT_CLICK_AIR", "RIGHT_CLICK_BLOCK" ],
"isAdjacent": false,
"flags": "PVP",
"range": 16
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.PlacedItem",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"meta": -1,
"clientUpdate": {
"coords":[
-1,
-1,
-1,
1,
1,
1
]},
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.InvisibleMultiblock",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"meta": -1,
"clientUpdate": {
"coords":[
-1,
-1,
-1,
1,
1,
1
]},
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.items.tools.baseclasses.ToolBase",
"type": "item",
"actions": [ "LEFT_CLICK", "LEFT_CLICK_ENTITY" ],
"flags": "PVP"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.ReactorCore",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.ReactorEnergyInjector",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.ReactorStabilizer",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.DislocatorReceptacle",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.multiblock.EnergyPylon",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"flags": "ACCESS"
},
{
"class": "com.brandon3055.draconicevolution.common.blocks.machine.FlowGate",
"type": "block",
"actions": [ "RIGHT_CLICK", "LEFT_CLICK" ],
"meta": -1,
"flags": "ACCESS"
}
]
}