kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
64 stars 22 forks source link

[Feature Request] CustomPortalBuilder: allow setting PickStack #46

Open Friendly-Banana opened 2 years ago

Friendly-Banana commented 2 years ago

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.

This would close #45.