forked from MyEssentials/MyTown2-Protections
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathProjectRedExpansion
More file actions
34 lines (34 loc) · 740 Bytes
/
Copy pathProjectRedExpansion
File metadata and controls
34 lines (34 loc) · 740 Bytes
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
{
"modid": "ProjRed|Expansion",
"segments": [
{
"class": "mrtjp.projectred.expansion.TileFrameMotor",
"type": "tileEntity",
"retainsOwner": true,
"flags": "MODIFY",
"range": 64
},
{
"class": "mrtjp.projectred.expansion.TileFrameActuator",
"type": "tileEntity",
"retainsOwner": true,
"flags": "MODIFY",
"range": 64
},
{
"class": "mrtjp.projectred.expansion.BlockMachine",
"type": "item",
"actions": "RIGHT_CLICK_BLOCK",
"isAdjacent": true,
"flags": "MODIFY",
"condition": "itemDamage == 8",
"itemDamage": [
{
"element": "itemDamage",
"type": "FIELD"
}
],
"range": 64
}
]
}