A fluid ingredient definition.
type | :: "fluid" | |
name | :: FluidID | The name of a FluidPrototype. |
The name of a FluidPrototype. | ||
amount | :: FluidAmount | Can not be |
Can not be | ||
temperature optional | :: float | Sets the expected temperature of the fluid ingredient. |
Sets the expected temperature of the fluid ingredient. | ||
minimum_temperature optional | :: float | If |
If | ||
maximum_temperature optional | :: float | If |
If | ||
ignored_by_stats optional | :: FluidAmount | Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. |
Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. | ||
fluidbox_index optional | :: uint32 | Used to specify which CraftingMachinePrototype::fluid_boxes this ingredient should use. [...] |
Used to specify which CraftingMachinePrototype::fluid_boxes this ingredient should use. [...] | ||
fluidbox_multiplier optional | :: uint8 | Used to set crafting machine fluidbox volumes. [...] |
Used to set crafting machine fluidbox volumes. [...] |
amount | :: FluidAmount | Can not be |
Can not be | ||
name | :: FluidID | The name of a FluidPrototype. |
The name of a FluidPrototype. | ||
type | :: "fluid" | |
fluidbox_index optional | :: uint32 | Used to specify which CraftingMachinePrototype::fluid_boxes this ingredient should use. [...] |
Used to specify which CraftingMachinePrototype::fluid_boxes this ingredient should use. [...] | ||
fluidbox_multiplier optional | :: uint8 | Used to set crafting machine fluidbox volumes. [...] |
Used to set crafting machine fluidbox volumes. [...] | ||
ignored_by_stats optional | :: FluidAmount | Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. |
Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats. | ||
maximum_temperature optional | :: float | If |
If | ||
minimum_temperature optional | :: float | If |
If | ||
temperature optional | :: float | Sets the expected temperature of the fluid ingredient. |
Sets the expected temperature of the fluid ingredient. |
The name of a FluidPrototype.
Can not be <= 0
.
Sets the expected temperature of the fluid ingredient.
If temperature
is not set, this sets the expected minimum temperature of the fluid ingredient.
If temperature
is not set, this sets the expected maximum temperature of the fluid ingredient.
Default: 0
Amount that should not be included in the consumption statistics, typically with a matching product having the same amount set as ignored_by_stats.
Default: 0
Used to specify which CraftingMachinePrototype::fluid_boxes this ingredient should use. It will use this one fluidbox. The index is 1-based and separate for input and output fluidboxes.
Default: 2
Used to set crafting machine fluidbox volumes. Must be at least 1.