Table of Contents

Class SmithingTrimRecipe

Namespace
Obsidian.API.Crafting
Assembly
Obsidian.API.dll

Used for applying armor trims

public sealed class SmithingTrimRecipe : IRecipe
Inheritance
SmithingTrimRecipe
Implements
Inherited Members

Constructors

SmithingTrimRecipe()

public SmithingTrimRecipe()

Properties

Addition

public required Ingredient Addition { get; init; }

Property Value

Ingredient

Base

public required Ingredient Base { get; init; }

Property Value

Ingredient

Group

public string? Group { get; init; }

Property Value

string

Identifier

public required string Identifier { get; init; }

Property Value

string

Template

public required Ingredient Template { get; init; }

Property Value

Ingredient

Type

public required CraftingType Type { get; init; }

Property Value

CraftingType