Slimefun

Slimefun

3M Downloads

Android Miner do not break Stacked Blocks

Skizzles opened this issue ยท 3 comments

commented

๐Ÿ“ 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.

๐Ÿ“‘ 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

๐Ÿ’ก Expected behavior (REQUIRED)

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

๐Ÿ“œ Server Log

No errors

๐Ÿ“‚ /error-reports/ Folder

No Errors

๐Ÿงญ Environment (REQUIRED)

commented

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.

commented

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

commented

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