129 lines
3.3 KiB
TOML
129 lines
3.3 KiB
TOML
|
|
#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
|
|
|
|
#Furnace Settings
|
|
[furnaces]
|
|
|
|
[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.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: 200
|
|
#Range: 2 ~ 72000
|
|
speed = 200
|
|
|
|
[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]
|
|
# Given or not given the Rainbow Coal to our champion
|
|
coal = false
|
|
|