Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hoppers Not Transfering Items to Storage Units when using Airplane 1.16 #140

Open
Meliodazzz opened this issue Oct 22, 2022 · 4 comments
Open
Assignees
Labels
✔️ Confirmed Confirmed bugs that can be replicated 💡 No known solution There's currently no known solution for the bug/feature.

Comments

@Meliodazzz
Copy link

Minecraft's Version

Server Version: 1.16.5
git-Airplane-12

Plugin's Version

WildChests Version 2022.7

Describe the bug

Hoppers dont transfer items to Storage units

To Reproduce

Place a storage unit, connect a hopper to it and put items in the hopper.

Additional Information

No response

@Meliodazzz Meliodazzz added the Pending Pending reports to be investigated label Oct 22, 2022
@Meliodazzz
Copy link
Author

Another note, I just tested on normal 1.16.5 latest paperspigot and it worked fine. This issue seems to only occur with 1.16.5 Airplane Paper Spigot

@OmerBenGera
Copy link
Member

Another note, I just tested on normal 1.16.5 latest paperspigot and it worked fine. This issue seems to only occur with 1.16.5 Airplane Paper Spigot

Does it occur only with Airplane?

@Meliodazzz
Copy link
Author

Another note, I just tested on normal 1.16.5 latest paperspigot and it worked fine. This issue seems to only occur with 1.16.5 Airplane Paper Spigot

Does it occur only with Airplane?

As far as I know and from my testing. Yes

@OmerBenGera OmerBenGera added ✔️ Confirmed Confirmed bugs that can be replicated and removed Pending Pending reports to be investigated labels Oct 22, 2022
@OmerBenGera
Copy link
Member

Sadly, I cannot support Airplaine in 1.16.
The issue is that they changed the way they check for items in a chest by using a new method called "getHopperItem". Theoretically, I could just override its behavior, however it's declared as final in TileEntityLootable, which makes it impossible to override it.
Ask the developers of Airplane if they can make it not-final so other plugins can override it.

@OmerBenGera OmerBenGera added the 💡 No known solution There's currently no known solution for the bug/feature. label Oct 22, 2022
@OmerBenGera OmerBenGera changed the title Hoppers Not Transfering Items to Storage Units Hoppers Not Transfering Items to Storage Units when using Airplane 1.16 Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ Confirmed Confirmed bugs that can be replicated 💡 No known solution There's currently no known solution for the bug/feature.
Projects
None yet
Development

No branches or pull requests

2 participants