Class IncineratorConversionConfig
Used to add new IncineratorConversions to the Incinerator
Inheritance
IncineratorConversionConfig
Assembly: Jotunn.dll
Syntax
public class IncineratorConversionConfig : ConversionConfig
Properties
Name |
Description |
Priority
|
Priority of this conversion.
Lower prioritized conversions will be incinerated first when mulitple conversions requirements are met. |
ProducedItems
|
The amount of items one conversion yields. Defaults to 1. |
RequireOnlyOneIngredient
|
True: Requires only one of the list of ingredients to be able to produce the result.
False: All of the ingredients are required.
Defaults to false. |
Requirements
|
List of requirements for this conversion. |
Station
|
The name of the station prefab this conversion is added to. Defaults to Incinerator. |
Methods
Extension Methods