-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathironfurnaces.toml
154 lines (131 loc) · 4.14 KB
/
ironfurnaces.toml
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
#Modded Furnace Settings
[modded_furnaces]
[modded_furnaces.vibranium_furnace]
# Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course.
# Default: 32
#Range: 1 ~ 64
mult = 32
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 3
#Range: 1 ~ 72000
speed = 3
[modded_furnaces.allthemodium_furnace]
# Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course.
# Default: 16
#Range: 1 ~ 64
mult = 16
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 5
#Range: 1 ~ 72000
speed = 5
[modded_furnaces.unobtanium_furnace]
# Number of items that can be smelted at once. The regular furnace only smelts 1 item at once of course.
# Default: 64
#Range: 1 ~ 64
mult = 64
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 1
#Range: 1 ~ 72000
speed = 1
#Update Checker Settings
[updates]
[updates.check_updates]
# true = check for updates, false = don't check for updates.
# Default: true.
updates = false
#Furnace Settings
[furnaces]
# The capacity of the recipe cache, higher values use more memory.
# Default: 10
#Range: 1 ~ 100
recipe_cache = 10
[furnaces.iron_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 160
#Range: 2 ~ 72000
speed = 160
[furnaces.obsidian_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 20
#Range: 2 ~ 72000
speed = 20
[furnaces.crystal_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 40
#Range: 2 ~ 72000
speed = 40
[furnaces.netherite_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 5
#Range: 2 ~ 72000
speed = 5
[furnaces.diamond_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 80
#Range: 2 ~ 72000
speed = 80
[furnaces.copper_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 180
#Range: 2 ~ 72000
speed = 180
[furnaces.furance_xp_drop]
# This value indicates when the furnace should 'overload' and spit out the xp stored.
# Default: 10, Recipes
#Range: 1 ~ 500
value = 10
# This value indicates when the furnace should 'overload' and spit out the xp stored.
# Default: 100000, Single recipe uses
#Range: 1 ~ 1000000
value_two = 100000
[furnaces.emerald_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 40
#Range: 2 ~ 72000
speed = 40
[furnaces.silver_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 140
#Range: 2 ~ 72000
speed = 140
[furnaces.rainbow_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 20
#Range: 2 ~ 72000
speed = 20
[furnaces.gold_furnace]
# Number of ticks to complete one smelting operation.
# 200 ticks is what a regular furnace takes.
# Default: 120
#Range: 2 ~ 72000
speed = 120
#JEI Settings
[jei]
[jei.jei]
# Enable or disable the Click Area inside the GUI in all of Iron Furnaces' furnaces.
enable_jei_click_area = true
# Enable or disable the Catalysts in Jei for Iron Furnaces.
enable_jei_catalysts = true
# Enable or disable the JeiPlugin of Iron Furnaces.
enable_jei = true
#Misc
[misc]
[misc.misc]
# Enable or disable the Rainbow Content
rainbow = true
# Given or not given the Rainbow Coal to our champion
coal = false
# Show furnace settings errors in chat, used for debugging
errors = false