Class FermenterConversionConfig
Used to add new ItemConversions to the Fermenter
Inheritance
FermenterConversionConfig
Assembly: Jotunn.dll
Syntax
public class FermenterConversionConfig : ConversionConfig
Properties
Name |
Description |
ProducedItems
|
The amount of items one conversion yields. Defaults to 4. |
Station
|
The name of the station prefab this conversion is added to. Defaults to Fermenter. |
Methods
Name |
Description |
FromJson(string)
|
Loads a single FermenterConversionConfig from a JSON string |
GetItemConversion()
|
Turns the FermenterConversionConfig into a Valheim Fermenter.ItemConversion item. |
ListFromJson(string)
|
Loads a list of FermenterConversionConfigs from a JSON string |
Extension Methods