Material#

class corkus.objects.Material#

Represents crafting material used in crafting items using Recipe.

property name#

Name of the material like Refined Copper Ingot or Refined Wheat String.

Return type:

str

property amount#

Amount of this material to craft that item.

Return type:

int