Pylon Craft Event
class PylonCraftEvent<T : PylonRecipe> @JvmOverloads constructor(val type: RecipeType<T>, val recipe: T, val block: PylonBlock? = null) : Event(source)
Called when a crafting recipe is started.
Called when a crafting recipe is started.