forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathThaumic Bases.cfg
92 lines (61 loc) · 2.73 KB
/
Thaumic Bases.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
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
# Configuration file
"advanced alchemy furnace" {
# Does the Advanced Alchemical Furnace requires Alumentum to work faster [default: true]
B:makeRequireAlumentium=true
# This is the speed of the Advanced Alchamical Furnace. TC's basic has 1. [range: 0 ~ 2147483647, default: 2]
I:speedMultiplierForFurnace=2
}
enchantments {
# [range: 0 ~ 256, default: 98]
I:elderKnowledgeEnchantmentID=98
# [range: 0 ~ 256, default: 99]
I:eldritchBaneEnchantmentID=99
# [range: 0 ~ 256, default: 100]
I:magicTouchEnchantmentID=100
# [range: 0 ~ 256, default: 101]
I:taintedEnchantmentID=101
# [range: 0 ~ 256, default: 102]
I:vaporisingEnchantmentID=102
}
foci {
# [range: 0 ~ 2147483647, default: 42]
I:aquaticFociUID=42
# [range: 0 ~ 2147483647, default: 46]
I:calmingFociUID=46
# [range: 0 ~ 2147483647, default: 47]
I:crystalizationFociUID=47
# [range: 0 ~ 2147483647, default: 44]
I:decomposingFociUID=44
# [range: 0 ~ 2147483647, default: 43]
I:nethericFociUID=43
# [range: 0 ~ 2147483647, default: 45]
I:vaporisingFociUID=45
# [range: 0 ~ 2147483647, default: 48]
I:warpingFociUID=48
}
general {
# If set to false the tobacco will be disabled - there will be no recipes/no entries in Thaumonomicon [default: true]
B:allowTobacco=true
# Does the Brightness Foci for the Node Manipulator requires a Primordial Pearl [default: true]
B:brightFociRequiresPrimordialPearl=true
# If set to false the spikes and bloody robes will be disabled - there will be no recipes/no entries in Thaumonomicon [default: true]
B:enableBloodyMess=true
# If set to false the various bracelets will be disabled - there will be no recipes/no entries in Thaumonomicon [default: true]
B:enableBracelets=true
# If set to false the various plant items will be disabled - there will be no recipes/no entries in Thaumonomicon [default: true]
B:enableFlora=true
# If set to false, will disable the Node Modifer, focuses, and the Node Linker's entries and recipes [default: true]
B:enableNodeTools=true
# If set to false the revolver and upgrades will be disabled - there will be no recipes/no entries in Thaumonomicon [default: true]
B:enableRevolver=true
# Allow the mod to register it's enchantments in the Thaumic Tinkerer's enchanter? Set to false if Thaumic Tinkerer is crashing you. [default: true]
B:enableTTCompathability=true
# Amount of shards recieved from crucible ore processing [range: 1 ~ 64, default: 8]
I:shardsFromOre=8
}
pyrofluid {
# [range: 0 ~ 2147483647, default: 37]
I:maxBlazePowderFromPyrofluid=37
# [range: 0 ~ 2147483647, default: 5]
I:minBlazePowderFromPyrofluid=5
}