-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathAE2.json
62 lines (62 loc) · 1.5 KB
/
AE2.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
{
"modid": "appliedenergistics2-core",
"segments": [
{
"class": "appeng.block.AEBaseBlock",
"type": "block",
"actions": "RIGHT_CLICK",
"meta": -1,
"flags": "ACCESS"
},
{
"class": "appeng.items.tools.quartz.ToolQuartzWrench",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "appeng.items.tools.ToolNetworkTool",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "appeng.items.parts.ItemMultiPart",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "appeng.items.tools.powered.ToolMassCannon",
"type": "item",
"actions": [ "RIGHT_CLICK_AIR", "RIGHT_CLICK_BLOCK" ],
"isAdjacent": false,
"flags": "MODIFY",
"range": 32
},
{
"class": "appeng.items.tools.powered.ToolEntropyManipulator",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "appeng.items.tools.powered.ToolColorApplicator",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "appeng.block.grindstone.GrinderBlock",
"type": "block",
"actions": "RIGHT_CLICK",
"isAdjacent": false,
"flags": "ACCESS"
}
]
}