ShapelessRecipeIngredients

@Serializable
@ConfigSerializable
class ShapelessRecipeIngredients(val items: List<@Serializable(with = ItemStackSerializer::class) ItemStack>) : SerializableRecipeIngredients

Constructors

Link copied to clipboard
fun ShapelessRecipeIngredients(items: List<@Serializable(with = ItemStackSerializer::class) ItemStack>)

Functions

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

Properties

Link copied to clipboard
val items: List<@Serializable(with = ItemStackSerializer::class) ItemStack>