Botania's BlockProvider interface (accessible on Fabric via an ItemApiLookup) is implemented by several Botania items. This is a much simpler interface than Storage<ItemVariant>/IItemHandler, which most of the relevant Botania items are also unable to implement as they require access to the Player.
Botania's BlockProvider interface (accessible on Fabric via an
ItemApiLookup
) is implemented by several Botania items. This is a much simpler interface thanStorage<ItemVariant>
/IItemHandler
, which most of the relevant Botania items are also unable to implement as they require access to thePlayer
.