Class ShapelessRecipe
- Namespace
- Obsidian.API.Crafting
- Assembly
- Obsidian.API.dll
public sealed class ShapelessRecipe : IRecipeWithResult, IRecipe
- Inheritance
-
ShapelessRecipe
- Implements
-
- Inherited Members
-
Properties
Category
public required CraftingBookCategory Category { get; init; }
Property Value
- CraftingBookCategory
Group
public string? Group { get; init; }
Property Value
- string
Identifier
public required string Identifier { get; init; }
Property Value
- string
Ingredients
public required IReadOnlyList<Ingredient> Ingredients { get; init; }
Property Value
- IReadOnlyList<Ingredient>
Result
public required Ingredient Result { get; init; }
Property Value
- Ingredient
Type
public required CraftingType Type { get; init; }
Property Value
- CraftingType