volume | :: FluidAmount | Must be greater than 0. |
Must be greater than 0. | ||
pipe_connections | :: array[PipeConnectionDefinition] | Connection points to connect to other fluidboxes. [...] |
Connection points to connect to other fluidboxes. [...] | ||
filter optional | :: FluidID | Can be used to specify which fluid is allowed to enter this fluid box. [...] |
Can be used to specify which fluid is allowed to enter this fluid box. [...] | ||
render_layer optional | :: RenderLayer | |
draw_only_when_connected optional | :: bool | |
hide_connection_info optional | :: bool | Hides the blue input/output arrows and icons at each connection point. |
Hides the blue input/output arrows and icons at each connection point. | ||
pipe_covers optional | :: Sprite4Way | The pictures to show when another fluid box connects to this one. |
The pictures to show when another fluid box connects to this one. | ||
pipe_covers_frozen optional | :: Sprite4Way | |
pipe_picture optional | :: Sprite4Way | |
pipe_picture_frozen optional | :: Sprite4Way | |
mirrored_pipe_picture optional | :: Sprite4Way | Pipe picture variation used when owner machine is flipped. [...] |
Pipe picture variation used when owner machine is flipped. [...] | ||
mirrored_pipe_picture_frozen optional | :: Sprite4Way | Frozen pipe picture variation used when owner machine is flipped. [...] |
Frozen pipe picture variation used when owner machine is flipped. [...] | ||
minimum_temperature optional | :: float | The minimum temperature allowed into the fluidbox. [...] |
The minimum temperature allowed into the fluidbox. [...] | ||
maximum_temperature optional | :: float | The maximum temperature allowed into the fluidbox. [...] |
The maximum temperature allowed into the fluidbox. [...] | ||
max_pipeline_extent optional | :: uint32 | The max extent that a pipeline with this fluidbox can span. [...] |
The max extent that a pipeline with this fluidbox can span. [...] | ||
production_type optional | :: ProductionType | |
secondary_draw_order optional | :: int8 | Set the secondary draw order for all orientations. [...] |
Set the secondary draw order for all orientations. [...] | ||
secondary_draw_orders optional | :: FluidBoxSecondaryDrawOrders | Set the secondary draw order for each orientation. [...] |
Set the secondary draw order for each orientation. [...] | ||
always_draw_covers optional | :: bool | Defaults to true if |
Defaults to true if | ||
enable_working_visualisations optional | :: array[string] | Array of the WorkingVisualisation::name of working visualisations to enable when this fluidbox is present. [...] |
Array of the WorkingVisualisation::name of working visualisations to enable when this fluidbox is present. [...] |
minimum_temperature = 100.0
maximum_temperature = 1000.0
"none" | |
"input" | |
"input-output" | |
"output" |
fluid_box =
{
volume = 200,
pipe_covers = pipecoverspictures(),
pipe_connections =
{
{flow_direction = "input-output", direction = defines.direction.west, position = {-1, 0.5}},
{flow_direction = "input-output", direction = defines.direction.east, position = {1, 0.5}}
},
production_type = "input-output",
filter = "water"
}