Class SmithingTransformRecipe
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
Base
public required Ingredient Base { get; init; }
Property Value
Group
public string? Group { get; init; }
Property Value
Identifier
public required string Identifier { get; init; }
Property Value
Result
public required Ingredient Result { get; init; }
Property Value
Template
public required Ingredient Template { get; init; }
Property Value
Type
public required CraftingType Type { get; init; }