S9SourceNine Labs / CMAPI Docs 1.0
CMAPI / API reference

IRecipeIngredient

Describes one distinct ingredient and its required quantity.

View source ↗
CMAPI 1.0.0Standalone runtimeWindows x64Tested with Planet Crafter 2.008
Namespace CMAPIInterfaceAssembly CMAPI.API.dll
public interface IRecipeIngredient

Describes one distinct ingredient and its required quantity.

Members

Id

property
string Id

Gets the ingredient's stable game group ID.

DisplayName

property
string DisplayName

Gets the ingredient's localized display name.

Amount

property
int Amount

Gets how many copies of the ingredient are required.