Enum EnumTransitionType
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Types of transition for items. Open in GitHub
[DocumentAsJson]
public enum EnumTransitionType
- Extension Methods
Fields
Burn = 2Can be burned.
Convert = 4Generic 'other' conversion.
Cure = 3Can be cured, for meat.
Dry = 1Can be dried.
Harden = 7Glue hardening.
Melt = 6Snow/ice melting.
None = 8Used for cooking recipes where the output has no perishableprops, but we still need a non-null TransitionableProperties (e.g. sulfuric acid in 1.20)
Perish = 0For food, animals or non-organic materials.
Ripen = 5Cheese ripening.