-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAE2WirelessTerminals.cfg
50 lines (33 loc) · 1.85 KB
/
AE2WirelessTerminals.cfg
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
# Configuration file
"client configs" {
# If enabled, colored light support will be enabled [default: true]
B:EnableColoredLightSupport=true
# Wireless Terminal will show a warning when Infinty Energy drops below this point and infinite range is active [range: 10 ~ 1000000, default: 5000]
I:InfinityEnergyWarningAmount=5000
# Will shift-clicking a bauble try to put said bauble in a bauble slot before trying to store in system [default: true]
B:ShiftClickBaubles=true
}
general {
# Should Infinity Booster Card Recipe be disabled? [default: false]
B:DisableBoosterRecipe=true
# Should Dragons drop Infinity Booster Card? [default: true]
B:DragonDropsBooster=false
# Enable Infinity Booster Card [default: true]
B:EnableBooster=true
# If true, AE2 controller will chunk load itself [default: false]
B:EnableControllerChunkLoading=false
# Percentage chance that booster card will drop upon killing an Enderman. (between 1 and 100) [range: 1 ~ 100, default: 5]
I:EndermanBoosterDropChance=5
# Will Enderman randomly drop infinity booster cards on death? [default: true]
B:EndermanDropBoosters=false
# Amount of Infinity Energy Consumed every 10 ticks when not in range of a WAP [range: 5 ~ 100, default: 15]
I:InfinityEnergyDrainAmount=15
# Amount of Infinity Energy 1 Infinity Booster Card will convert to [range: 5 ~ 1000, default: 100]
I:InfinityEnergyPerBooster=100
# If true, then simply inserting 1 Infinity Booster Card into the slot, will give limitless infinite range. [default: false]
B:UseOldInfinityMechanic=true
# Percentage chance that booster card will drop upon killing a wither. (between 1 and 100) [range: 1 ~ 100, default: 30]
I:WitherBoosterDropChance=30
# Should Withers drop Infinity Booster Card? [default: true]
B:WitherDropsBooster=false
}