-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPeripheralsPlusPlus.cfg
More file actions
187 lines (125 loc) · 4.87 KB
/
PeripheralsPlusPlus.cfg
File metadata and controls
187 lines (125 loc) · 4.87 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
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
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# Configuration file
"barrel turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableBarrelTurtle=true
}
chatbox {
# Allow the Chat Box peripheral to send messages with unlimited vertical distance, but only if so the program chooses
B:allowUnlimitedVertical=true
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableChatBox=true
# Log the Chat Box peripheral's coordinates when it says a message, disabling this allows for 'naming' the chat box
B:logCoords=true
# Range for the Chat Box peripheral's reading. Negative values indicate infinite
D:readRange=-1.0
# Range for the Chat Box peripheral's say/tell function. Negative values indicate infinite
D:sayRange=64.0
# Maximum number of messages per second a Chat Box peripheral can say
I:sayRate=1
}
"environment scanner" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableEnvironmentScanner=true
}
"feeder turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableFeederTurtle=true
}
"forestry analyzers" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableAnalyzers=true
}
"gardening turtle" {
# If disabled, the recipe will be disabled the current peripherals would cease to work
B:enabelGardeningTurtle=true
}
"me bridge" {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableMEBridge=true
}
"navigational turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableNavigationTurtle=true
}
noteblock {
# If disabled, crafting recipes will be removed and existing items will stop functioning
B:noteBlockEnabled=true
# Audible range for the noteblock
D:noteBlockRange=16.0
}
"oredictionary block" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableOreDictionary=true
# If enabled, the Ore Dictionary peripheral will display a chat message with the Ore Dictionary entries - useful for debugging
B:oreDictionaryMessage=false
}
"peripheral container" {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enablePeripheralContainer=true
# The maximum number of peripherals the container is allows to contain
I:maxNumberOfPeripherals=6
}
"player sensor" {
# This enables the getNearbyPlayers and getAllPlayers functions
B:additionalMethods=true
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enablePlayerSensor=true
# The maximum range a player sensor could search for players
D:sensorRange=64.0
}
"project red turtles" {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableProjectRedTurtles=true
}
satellites {
# Whitelist for dimensions that could have a satellite launch in, input dimension ids (e.g. 0 is the overworld
I:dimWhitelist <
0
>
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableSatellites=false
}
"shearing turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableShearTurtle=true
}
"sign reading turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableReaderTurtle=true
}
"smart helmet" {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableSmartHelmet=true
}
speaker {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableSpeaker=true
# Range for the Speaker peripheral's say/tell function. Negative values indicate infinite
D:speechRange=64.0
}
"thirsty turtle" {
# If disabled, the recipes will be disabled and the current peripherals would cease to work
B:enableTankTurtle=true
# The maximimum mB that the Thirsty Turtle can store internally
I:maxNumberOfMillibuckets=10000
}
"turtle chargers" {
# If disabled, the recipe will be disabled
B:enableRFCharger=true
# Amount of RF per turtle fuel value
I:fuelRF=200
}
"turtle teleporters" {
# If disabled, the recipe will be disabled
B:enableTurtleTeleporter=true
# Fuel penalty for using a Turtle Teleporter. For example, 1.0 is a 0% penalty, or 2.0 (default) is a 100% penalty
D:teleporterPenalty=2.0
}
villagers {
# Whether to enable villagers from this mod
B:enableVillagers=true
}
"xp turtle" {
# If disabled, the recipe will be disabled and the current peripherals would cease to work
B:enableXPTurtle=true
}