ShapedRecipeIngredients

@Serializable
@ConfigSerializable
class ShapedRecipeIngredients(val items: Map<String, @Serializable(with = ItemStackSerializer::class) ItemStack>, val configuration: String = "") : SerializableRecipeIngredients

Constructors

Link copied to clipboard
fun ShapedRecipeIngredients(items: Map<String, @Serializable(with = ItemStackSerializer::class) ItemStack>, configuration: String = "")

Functions

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

Properties

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