Table of Contents

Enum EnumSmeltType

Namespace
Vintagestory.API.Common
Assembly
VintagestoryAPI.dll

The type of smelting for the collectible. This effects how the object is smelted. Open in GitHub

[DocumentAsJson]
public enum EnumSmeltType
Extension Methods

Fields

Bake = 2

This collectible must be baked in a clay oven. Note that you will likely want to use BakingProperties in the item's attributes.

Convert = 3

Currently has no special behavior.

Cook = 1

Currently has no special behavior.

Fire = 4

This collectible must be fired in a kiln.

Smelt = 0

Currently has no special behavior.