Minebench / Pipes

Simple transport pipes and item sorters for Paper
https://ci.minebench.de/job/Pipes/
GNU General Public License v3.0
2 stars 3 forks source link

Allow for pipe outputs to target entities too #8

Closed IllusionTheDev closed 6 months ago

IllusionTheDev commented 6 months ago

Closes https://github.com/Minebench/Pipes/issues/3


IssueHunt Summary ### Referenced issues This pull request has been submitted to: - [#3: Add ability for outputs to push into container minecarts](https://oss.issuehunt.io/repos/70431688/issues/3) ---
Phoenix616 commented 6 months ago

Than you for your PR. This seems to be a good approach but I'm not sure if I would want to support all InventoryHolders instead of just Minecarts as this would also add into players, camels and other entities as well which might have side-effects with the specific slots in those inventories and I will have to think about whether that is a feature I actually want outputs to have.

Can you please adjust it to just support Storage and Hopper Minecarts like described in the issue?

IllusionTheDev commented 6 months ago

@Phoenix616 The commit above should account for your request

Phoenix616 commented 6 months ago

Thank you very much again! :)