CustomPortalBuilder already has a .customPortalBlock() function and I would like to have a .customPortalItem() function added.
The function would take an ItemStack and save it to a new attribute which then gets returned in CustomPortalBlock.getPickStack(). The attribute has a default value of ItemStack.EMPTY.
CustomPortalBuilder
already has a.customPortalBlock()
function and I would like to have a.customPortalItem()
function added. The function would take anItemStack
and save it to a new attribute which then gets returned inCustomPortalBlock.getPickStack()
. The attribute has a default value ofItemStack.EMPTY
.This would close #45.