SmithingRecipeIngredients

@Serializable
@ConfigSerializable
class SmithingRecipeIngredients(val input: ItemStack, val addition: ItemStack) : SerializableRecipeIngredients

Constructors

Link copied to clipboard
fun SmithingRecipeIngredients(input: ItemStack, addition: ItemStack)

Functions

Link copied to clipboard
open override fun toRecipe(key: Key, result: ItemStack, group: String): Recipe

Properties

Link copied to clipboard
@Serializable(with = ItemStackSerializer::class)
val addition: ItemStack
Link copied to clipboard
@Serializable(with = ItemStackSerializer::class)
val input: ItemStack