Initial Sync!
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
|
||||
#Options shared by all boiler types
|
||||
[boiler_shared]
|
||||
#Target heat level for full operation when a recipe does not specify its own requirement (applies to all boilers).
|
||||
#Range: 0.0 ~ 1.7976931348623157E308
|
||||
default_working_heat = 100.0
|
||||
|
||||
#Solar Tower settings
|
||||
[solar_tower]
|
||||
#Default target heat for full-speed operation (when recipe unspecified).
|
||||
#Range: 100.0 ~ 1.7976931348623157E308
|
||||
working_heat_level = 400.0
|
||||
|
||||
#Solar Melter settings
|
||||
[solar_melter]
|
||||
#Default target heat for full-speed operation (when recipe unspecified).
|
||||
#Range: 100.0 ~ 1.7976931348623157E308
|
||||
working_heat_level = 1000.0
|
||||
|
||||
#Creative mode tools
|
||||
[creative]
|
||||
#Output amount per operation for the Creative Barrel in creative mode.
|
||||
#Range: > 1
|
||||
barrel_output_amount = 2147483647
|
||||
|
||||
Reference in New Issue
Block a user