FluidIngredientPrototype :: struct Example code
| 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. [...] | ||


