Slimefun / Slimefun4

Slimefun 4 - A unique Spigot/Paper plugin that looks and feels like a modpack. We've been giving you backpacks, jetpacks, reactors and much more since 2013.
GNU General Public License v3.0
970 stars 544 forks source link

Android Miner do not break Stacked Blocks #2362

Closed Skizzles closed 4 years ago

Skizzles commented 4 years ago

:round_pushpin: Description (REQUIRED)

When using an Android Miner with Stacked Blocks from Superior Skyblock, the Android breaks the block once and only picks up 1 block.

I found this is a Slimefun Issue as I use another type of plugin Minions and they break the block appropriately applying that amount of blocks broken to the total.

:bookmark_tabs: Steps to reproduce the Issue (REQUIRED)

Have stacked blocks from SuperiorSkyblock Place a Miner android Activate it to break the stack Watch as it breaks the entire stack, leaves behind a hologram, and only gives 1 https://screenshots.skizzles.me/JIWA4/pAvuTugA55.mp4

:bulb: Expected behavior (REQUIRED)

I was expecting the android to break it once, and continue doing that until the stack is gone.

:scroll: Server Log

No errors

:open_file_folder: /error-reports/ Folder

No Errors

:compass: Environment (REQUIRED)

TheBusyBiscuit commented 4 years ago

Seems like a rather bizzare edge case but should be pretty straight-forward to fix. I am not aware whether SuperiorSkyblocks API would allow us to handle it, but you can tell the author that it'd probably be easiest to hook into Slimefun and listen for the AndroidMineEvent (javadocs) to catch this.

Skizzles commented 4 years ago

@TheBusyBiscuit This issue does not occur with Minions and other plugins. This seems like a Slimefun issue.

TheBusyBiscuit commented 4 years ago

And I provided you with a way how it can be fixed.