-
Notifications
You must be signed in to change notification settings - Fork 11
/
Railcraft.json
62 lines (62 loc) · 1.25 KB
/
Railcraft.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": "Railcraft",
"segments": [
{
"class": "mods.railcraft.common.carts.EntityTunnelBore",
"type": "entity",
"actions": "TRACKED",
"flags": "MODIFY",
"owner": [
{
"element": "owner",
"type": "NBT"
},
{
"element": "func_150285_a_",
"type": "METHOD"
}
],
"range": 4
},
{
"class": "mods.railcraft.common.carts.CartMaintenanceBase",
"type": "entity",
"actions": "TRACKED",
"flags": "MODIFY",
"owner": [
{
"element": "owner",
"type": "NBT"
},
{
"element": "func_150285_a_",
"type": "METHOD"
}
],
"range": 4
},
{
"class": "mods.railcraft.common.carts.CartExplosiveBase",
"type": "entity",
"actions": "TRACKED",
"flags": "EXPLOSIONS",
"owner": [
{
"element": "owner",
"type": "NBT"
},
{
"element": "func_150285_a_",
"type": "METHOD"
}
],
"range": 15
},
{
"class": "mods.railcraft.common.items.ItemCrowbar",
"type": "item",
"actions": "RIGHT_CLICK_ENTITY",
"flags": "MODIFY"
}
]
}