forked from MyEssentials/MyTown2-Protections
-
Notifications
You must be signed in to change notification settings - Fork 0
/
IC2.json
111 lines (111 loc) · 2.32 KB
/
IC2.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
102
103
104
105
106
107
108
109
110
111
{
"modid": "IC2",
"segments": [
{
"class": "ic2.core.block.EntityIC2Explosive",
"type": "entity",
"actions": "TRACKED",
"flags": "EXPLOSIONS",
"owner": [
{
"element": "igniter",
"type": "FIELD"
}
],
"range": [
{
"element": "explosivePower * 1.5",
"type": "FORMULA"
}
],
"explosivePower": [
{
"element": "explosivePower",
"type": "FIELD"
}
]
},
{
"class": "ic2.core.block.EntityDynamite",
"type": "entity",
"actions": "TRACKED",
"flags": "EXPLOSIONS",
"owner": [
{
"element": "owner",
"type": "FIELD"
}
],
"range": 1
},
{
"class": "ic2.core.item.tool.EntityMiningLaser",
"type": "entity",
"actions": "TRACKED",
"flags": "EXPLOSIONS",
"owner": [
{
"element": "owner",
"type": "FIELD"
}
],
"range": 32
},
{
"class": "ic2.core.item.tool.ItemToolMiningLaser",
"type": "item",
"actions": "RIGHT_CLICK_AIR",
"isAdjacent": false,
"flags": "EXPLOSIONS",
"range": 32
},
{
"class": "ic2.core.item.tool.PlasmaLauncher",
"type": "item",
"actions": "RIGHT_CLICK_AIR",
"isAdjacent": false,
"flags": "EXPLOSIONS",
"range": 20
},
{
"class": "ic2.core.item.tool.EntityParticle",
"type": "entity",
"actions": "TRACKED",
"flags": ["MODIFY","EXPLOSIONS"],
"owner": [
{
"element": "getThrower",
"type": "METHOD"
}
],
"range": 64,
"explosivePower": [
{
"element": "func_70071_h_.maxInfluenceDistance",
"type": "FIELD"
}
]
},
{
"class": "ic2.core.item.ItemIC2",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "ic2.core.item.tool.ItemElectricTool",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY"
},
{
"class": "ic2.core.block.BlockMultiID",
"type": "block",
"actions": "RIGHT_CLICK",
"meta": -1,
"flags": "ACCESS"
}
]
}