Class SmelterConversionConfig
Used to add new ItemConversions to the Smelter
Inherited Members
Namespace: Jotunn.Configs
Assembly: Jotunn.dll
Syntax
public class SmelterConversionConfig : ConversionConfig
Properties
| Name | Description |
|---|---|
| Station | The name of the station prefab this conversion is added to. Defaults to Smelter. |
Methods
| Name | Description |
|---|---|
| FromJson(string) | Loads a single SmelterConversionConfig from a JSON string |
| GetItemConversion() | Turns the SmelterConversionConfig into a Valheim Smelter.ItemConversion item. |
| ListFromJson(string) | Loads a list of SmelterConversionConfigs from a JSON string |