Skip to content

[feature] Automatically unpack delivered packages #309

@Entropy159

Description

@Entropy159

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions