Enum CustomItemConversion.ConversionType
Type of the conversion component used in game.
Namespace: Jotunn.Entities
Assembly: Jotunn.dll
Syntax
public enum CustomItemConversion.ConversionType
Fields
Name | Description |
---|---|
CookingStation | Add a conversion to a station with the CookingStation component attached. |
Fermenter | Add a conversion to a station with the Fermenter component attached. |
Incinerator | Add a conversion to a station with the Incinerator component attached. |
Smelter | Add a conversion to a station with the Smelter component attached. |