Class ChemistryStationRecipeIngredient
Ingredient group specification for a Chemistry Station recipe.
public sealed class ChemistryStationRecipeIngredient
- Inheritance
-
ChemistryStationRecipeIngredient
- Inherited Members
- Extension Methods
Properties
ItemIds
Acceptable ingredient item IDs (variants).
public IReadOnlyList<string> ItemIds { get; }
Property Value
Quantity
Required quantity for this ingredient group.
public int Quantity { get; }