-
Notifications
You must be signed in to change notification settings - Fork 16
[feature] Automatically unpack delivered packages #309
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
I dislike that when I get a package delivered to myself, I have to place it down and break it to actually get the items.
Describe the solution you'd like
The robobee should give me the items in the package directly, not the package itself.
Describe alternatives you've considered
I don't think there are alternatives
Additional context
This can be done easily; in BeePortBlockEntity on line 199, the call to add the package item could be replaced with iterating through the items in the package itself and adding them to the inventory. This can be done by getting an ItemStackHandler through Create's PackageItem helper class and iterating through the slots.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Backlog