StoneCuttingRecipeIngredients

@Serializable
@ConfigSerializable
class StoneCuttingRecipeIngredients(val input: ItemStack) : SerializableRecipeIngredients

Constructors

Link copied to clipboard
fun StoneCuttingRecipeIngredients(input: 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 input: ItemStack