92 lines
3.1 KiB
TOML
92 lines
3.1 KiB
TOML
#The maximum amount of connections a machine chainer can have
|
|
#Default: 64
|
|
# Default: 64
|
|
# Range: 1 ~ 128
|
|
machine_chainer_max_connections = 64
|
|
#The maximum amount of random ticks the farmer can do on a crop block in a single use of fertilizer
|
|
#Default: 80
|
|
# Default: 80
|
|
# Range: 1 ~ 1000
|
|
farmer_fertilizer_max_random_ticks = 80
|
|
#Whether upgrades should be allowed in the Processing Array
|
|
#Default: true
|
|
allow_upgrades_in_processing_array = true
|
|
#The multiplier applied to the transfer rate of machine chainers. The base transfer rate is equal to the max transfer rate of the cable tier of the chainer (as per the hull).
|
|
#Set to 0 for infinite transfer.
|
|
#Default: 3
|
|
# Default: 3
|
|
# Range: 0 ~ 1000
|
|
machine_chainer_max_transfer_multiplier = 3
|
|
#The maximum size tier allowed for the Processing Array.
|
|
#WARNING: Changing this and then loading a world with a Processing Array that has a selected tier beyond this value
|
|
# will crash. If you must change this for an existing world, I recommend downgrading all of the existing
|
|
# Processing Arrays and then making the change to this config option.
|
|
#1 = 8, 2 = 16, 3 = 32, 4 = 64 (default)
|
|
#Default: 4
|
|
# Default: 4
|
|
# Range: 1 ~ 4
|
|
processing_array_max_size = 4
|
|
#The range for the tesla coil to transmit energy within
|
|
#Default: 32
|
|
# Default: 32
|
|
# Range: > 1
|
|
tesla_coil_range = 32
|
|
|
|
[batching_machines]
|
|
#The multiplier to use for the EU cost of the Large Electric Macerator
|
|
#Default: 0.75
|
|
# Default: 0.75
|
|
# Range: 0.1 ~ 1.7976931348623157E308
|
|
large_electric_macerator_eu = 0.75
|
|
#The multiplier to use for the EU cost of the Large Steam Furnace
|
|
#Default: 0.75
|
|
# Default: 0.75
|
|
# Range: 0.1 ~ 1.7976931348623157E308
|
|
large_steam_furnace_eu = 0.75
|
|
#The maximum batch size to use for the Large Electric Macerator
|
|
#Default: 16
|
|
# Default: 16
|
|
# Range: > 1
|
|
large_electric_macerator_size = 16
|
|
#The maximum batch size to use for the Large Steam Macerator
|
|
#Default: 8
|
|
# Default: 8
|
|
# Range: > 1
|
|
large_steam_macerator_size = 8
|
|
#The maximum batch size to use for the Large Steam Furnace
|
|
#Default: 8
|
|
# Default: 8
|
|
# Range: > 1
|
|
large_steam_furnace_size = 8
|
|
#The multiplier to use for the EU cost of the Large Steam Macerator
|
|
#Default: 0.75
|
|
# Default: 0.75
|
|
# Range: 0.1 ~ 1.7976931348623157E308
|
|
large_steam_macerator_eu = 0.75
|
|
#The multiplier to use for the EU cost of the Processing Array
|
|
#Default: 1.0
|
|
# Default: 1.0
|
|
# Range: 0.1 ~ 1.7976931348623157E308
|
|
processing_array_eu = 1.0
|
|
|
|
[runtime_generated_recipes]
|
|
#Whether composter recipes should be generated automatically at runtime or not
|
|
#Default: true
|
|
composter = true
|
|
#Whether canning machine recipes should be generated automatically at runtime or not
|
|
#Default: true
|
|
canning_machine = true
|
|
|
|
[lethal_tesla_coil]
|
|
#The range for the lethal tesla coil to damage entities within
|
|
#Default: 2
|
|
# Default: 2
|
|
# Range: > 1
|
|
range = 2
|
|
|
|
#The amount of damage dealt by the lethal tesla coil for a cable tier
|
|
#If no value is specified for a cable tier, the cable tier's EU value is divided by 16 to determine the damage dealt
|
|
#Range: >= 0.1
|
|
[lethal_tesla_coil.damage]
|
|
superconductor = 2.147483647E9
|