-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdefines.lua
More file actions
33 lines (32 loc) · 1.02 KB
/
defines.lua
File metadata and controls
33 lines (32 loc) · 1.02 KB
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
AutomaticTrainDeployment_defines = {}
AutomaticTrainDeployment_defines.names =
{
entities =
{
deleteStop = "AutomaticTrainDeployment-delete-stop",
readStop = "AutomaticTrainDeployment-read-stop",
copyStop = "AutomaticTrainDeployment-copy-stop",
randomStop = "AutomaticTrainDeployment-random-stop"
},
items =
{
deleteStop = "AutomaticTrainDeployment-delete-stop",
readStop = "AutomaticTrainDeployment-read-stop",
copyStop = "AutomaticTrainDeployment-copy-stop",
randomStop = "AutomaticTrainDeployment-random-stop"
},
recipes =
{
deleteStop = "AutomaticTrainDeployment-delete-stop",
readStop = "AutomaticTrainDeployment-read-stop",
copyStop = "AutomaticTrainDeployment-copy-stop",
randomStop = "AutomaticTrainDeployment-random-stop"
},
settings =
{
circuitAuto = "AutomaticTrainDeployment-cicruit-auto",
circuitSpeed = "AutomaticTrainDeploymentcircuit-speed",
quickDelete = "AutomaticTrainDeployment-quick-delete"
},
technology = "AutomaticTrainDeployment-technology"
}