pylon
Creates a new ItemStack for a PylonItem by setting the name and lore to the default translation keys, and setting the item's Pylon ID to the provided key.
fun pylon(stack: ItemStack, key: NamespacedKey, consumer: (ItemStackBuilder, Config) -> Any): ItemStackBuilder(source)
fun pylon(material: Material, key: NamespacedKey, consumer: (ItemStackBuilder, Config) -> Any): ItemStackBuilder(source)
Creates a new ItemStack for a PylonItem by setting the name and lore to the default translation keys, and setting the item's Pylon ID to the provided key.
The provided consumer is called with the created ItemStackBuilder and the Settings for the item, allowing you to further customize the item based on its config.