-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwailaplugins.cfg
54 lines (38 loc) · 1.44 KB
/
wailaplugins.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
49
50
51
52
# Configuration file
blood_magic {
# Determines how the Sigil of Sight affects the altar info.
#
# true - Sigil of Sight shows altar progress while Divination Sigil will not.
# false - Sigil of Sight provides no extra info and Divination sigil shows all information.
B:seerBenefit=true
# Determines the behavior of the shown info.
#
# 0 - No sigil needed at all.
# 1 - Need sigil in your inventory
# 2 - Need sigil in your hand.
I:sigilRequirement=1
}
plugins {
# Should the plugin for the mod with modid 'AWWayofTime' be loaded
B:AWWayofTime=true
# Should the plugin for the mod with modid 'ExtraUtilities' be loaded
B:ExtraUtilities=true
# Should the plugin for the mod with modid 'Forestry' be loaded
B:Forestry=true
# Should the plugin for the mod with modid 'Mekanism' be loaded
B:Mekanism=true
# Should the plugin for the mod with modid 'Railcraft' be loaded
B:Railcraft=true
# Should the plugin for the mod with modid 'RedLogic' be loaded
B:RedLogic=true
# Should the plugin for the mod with modid 'Steamcraft' be loaded
B:Steamcraft=true
# Should the plugin for the mod with modid 'harvestcraft' be loaded
B:harvestcraft=true
# Should the plugin for the mod with modid 'magicalcrops' be loaded
B:magicalcrops=true
}
railcraft {
# Does the player need the Electric Meter in hand to see info about RC charge
B:meterInHand=true
}