-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathconfig.yml
More file actions
53 lines (51 loc) · 1.65 KB
/
config.yml
File metadata and controls
53 lines (51 loc) · 1.65 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
fixedInitialRadius: 50
fixedRadiusIncreasePerBlock: 50
fixedMaxHeightMeters: 0
fixedRadiusStormFactor: 0.7
fixedRadiusThunderFactor: 1.1
fixedRadiusRelayFactor: 1.0
fixedReceptionRadiusDivisor: 1
fixedBaseMinY: 0
#fixedBaseMinY: 64 # sea level
fixedBaseMaterial: iron_block
#fixedBaseMaterial: jukebox
fixedBaseRelayMaterial: gold_block
fixedAntennaMaterial: iron_fence
#fixedRadiateFrom: base
fixedRadiateFrom: tip
fixedLightningAttractRadiusInitial: 3
fixedLightningAttractRadiusIncreasePerBlock: 0.1
fixedLightningAttractRadiusMax: 6
fixedLightningDamage: true
fixedLightningStrikeOne: true
fixedWeatherListener: true
fixedBlastPowerInitial: 1
fixedBlastPowerIncreasePerBlock: 0.4
fixedBlastPowerMax: 6.0
fixedBlastSetFire: true
fixedExplosionReactionDelayTicks: 20
fixedUnpoweredNagMessage: 'Tip: remove and place this block near redstone current to build an antenna'
#fixedUnpoweredNagMessage: ''
fixedDenyCreateMessage: 'Sorry, you do not have permission to build radio towers'
#fixedDenyCreateMessage: ''
fixedDenyAddMessageBreak: true
fixedDenyAddMessageMessage: 'Sorry, you do not have permission to add transmission messages'
#fixedDenyAddMessageMessage: ''
mobileRadioItem: 345
mobileInitialRadius: 0
mobileIncreaseRadius: 10
mobileMaxRadius: 10000
mobileRadiusStormFactor: 1.0
mobileRadiusThunderFactor: 1.0
mobileScanBonusRadius: 0
mobileScanBonusMaxRadius: 0
mobileTaskStartDelaySeconds: 0
mobileTaskPeriodSeconds: 15
mobileRightClickTuneDown: true
mobileLeftClickTuneUp: true
mobileShiftTune: false
mobileSetCompassTarget: true
mobileSignalLock: true
mobileNoSignalsMessage: 'No radio beacon signals within %d m'
#mobileNoSignalsMessage: ''
verbose: true