Kotlin utilities for Quilt mod development
//kettle/coffee.cypher.kettle.item/createStack
[jvm]
fun ItemConvertible.createStack(size: Int = 1, nbt: NbtCompound? = null): ItemStack
Creates an ItemStack from this ItemConvertible with the specified size (1 by default) and, if provided, the specified nbt tag.