-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathBotania.json
155 lines (155 loc) · 3.97 KB
/
Botania.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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"modid": "Botania",
"segments": [
{
"class": "vazkii.botania.common.block.tile.mana.TileSpreader",
"type": "block",
"actions": "ANY_CLICK",
"flags": "ACTIVATE"
},
{
"class": "vazkii.botania.common.item.lens.ItemLens",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": true,
"flags": "USAGE"
},
{
"class": "vazkii.botania.common.entity.EntityManaStorm",
"type": "entity",
"actions": "TRACKED",
"flags": "MODIFY",
"owner": [
{
"element": "func_70071_h_",
"type": "METHOD"
}
],
"range": 64
},
{
"class": "vazkii.botania.common.block.mana.BlockRuneAltar",
"type": "block",
"actions": "ANY_CLICK",
"flags": "ACCESS"
},
{
"class": "vazkii.botania.common.entity.EntityEnderAirBottle",
"type": "entity",
"actions": "TRACKED",
"flags": "MODIFY",
"owner": [
{
"element": "func_85052_h",
"type": "METHOD"
}
],
"range": 15
},
{
"class": "vazkii.botania.common.item.ItemGrassHorn",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": true,
"flags": "USAGE",
"range": 15
},
{
"class": "vazkii.botania.common.entity.EntitySpark",
"type": "entity",
"actions": "PROTECT",
"isAdjacent": true,
"flags": "MODIFY"
},
{
"class": "vazkii.botania.common.item.ItemManaMirror",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": false,
"flags": "USAGE"
},
{
"class": "vazkii.botania.common.item.ItemManaGun",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": false,
"flags": "USAGE",
"range": 128
},
{
"class": "vazkii.botania.common.item.ItemOpenBucket",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": false,
"flags": "USAGE",
"range": 16
},
{
"class": "vazkii.botania.common.item.ItemLaputaShard",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": false,
"flags": "USAGE",
"range": 64
},
{
"class": "vazkii.botania.common.item.equipment.tool.terrasteel.ItemTerraPick",
"type": "item",
"actions": "BREAK_BLOCK",
"isAdjacent": false,
"flags": "MODIFY",
"range": 8
},
{
"class": "vazkii.botania.common.item.rod.ItemSmeltRod",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": false,
"flags": "USAGE"
},
{
"class": "vazkii.botania.common.item.rod.ItemTerraformRod",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": true,
"flags": "USAGE",
"range": 17
},
{
"class": "vazkii.botania.common.item.rod.ItemFireRod",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR" ],
"isAdjacent": true,
"flags": [ "PVP", "PVE" ],
"range": 6
},
{
"class": "vazkii.botania.common.item.rod.ItemExchangeRod",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": true,
"flags": "USAGE",
"range": 9
},
{
"class": "vazkii.botania.common.entity.EntityFlameRing",
"type": "entity",
"actions": "TRACKED",
"flags": [ "PVE", "PVP" ]
},
{
"class": "vazkii.botania.common.item.lens.ItemLens",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR", "RIGHT_CLICK_ENTITY" ],
"isAdjacent": true,
"flags": "MODIFY",
"range": 64
},
{
"class": "vazkii.botania.common.item.ItemTwigWand",
"type": "item",
"actions": [ "RIGHT_CLICK_BLOCK", "RIGHT_CLICK_AIR"],
"flags": "MODIFY"
}
]
}