Table of Contents

Class SmithingTransformRecipe

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

Recipe for smithing netherite gear

public sealed class SmithingTransformRecipe : IRecipeWithResult, IRecipe
Inheritance
SmithingTransformRecipe
Implements
Inherited Members

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

Result

public required Ingredient Result { get; init; }

Property Value

Ingredient

Template

public required Ingredient Template { get; init; }

Property Value

Ingredient

Type

public required CraftingType Type { get; init; }

Property Value

CraftingType