supply

open override fun supply(ctx: ResultSupplier.Context): List<ItemStack>

Executes the slot write-back logic and always returns an empty list.

The actual placement is performed asynchronously on the entity's regional scheduler. Item delivery to the player, if required, should be handled inside replaceResultHandler.

Return

An empty list — slot placement and any player-facing delivery are handled by replaceResultHandler

Since

5.0.21

Parameters

ctx

Context provided by the recipe system