PocketMine-MP icon indicating copy to clipboard operation
PocketMine-MP copied to clipboard

Added missing drops for Bell

Open NTT1906 opened this issue 3 years ago • 10 comments

Introduction

Add missing drops for Bell

Relevant issues

None

Changes

API changes

None

Behavioural changes

N/A

Backwards compatibility

N/A

Follow-up

N/A

Tests

None

Attach scripts or actions to test this pull request, as well as the result N/A

NTT1906 avatar Feb 05 '22 19:02 NTT1906

Please ~~rebase onto next-minor instead of stable~~ merge into stable instead of next-minor

jasonw4331 avatar Feb 05 '22 19:02 jasonw4331

This is a bug fix, it should target stable.

dktapps avatar Feb 05 '22 19:02 dktapps

This is actually pointless anyway, since blocks already drop themselves by default if the correct tool was used. This does nothing useful.

dktapps avatar Feb 05 '22 20:02 dktapps

This is actually pointless anyway, since blocks already drop themselves by default if the correct tool was used. This does nothing useful.

but what about being destroyed by nearby update?

NTT1906 avatar Feb 05 '22 20:02 NTT1906

That's a general problem not specific to bells. This change causes an additional bug, which is that it drops when any tool is used (or none at all).

dktapps avatar Feb 05 '22 20:02 dktapps

That's a general problem not specific to bells. This change causes an additional bug, which is that it drops when any tool is used (or none at all).

Bell got dropped by any tools and none too.

NTT1906 avatar Feb 05 '22 20:02 NTT1906

https://user-images.githubusercontent.com/54394881/152657479-655694e6-8c17-4da7-a450-ad9ddc49de0f.mp4

NTT1906 avatar Feb 05 '22 20:02 NTT1906

Even if that were true, overriding getDrops() is not the way to deal with it - that breaks a bunch of other things.

dktapps avatar Feb 05 '22 20:02 dktapps

what is this whole weird-looking stuff...

NTT1906 avatar Jul 18 '23 12:07 NTT1906

Can be merged I think

ShockedPlot7560 avatar Mar 20 '24 06:03 ShockedPlot7560